Home
last modified time | relevance | path

Searched refs:HMDFS_MSG_MAGIC (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/hmdfs/comm/
Dsocket_adapter.c216 head.magic = HMDFS_MSG_MAGIC; in hmdfs_sendmessage_response()
339 head.magic = HMDFS_MSG_MAGIC; in hmdfs_send_async_request()
431 head->magic = HMDFS_MSG_MAGIC; in hmdfs_sendmessage_request()
530 head.magic = HMDFS_MSG_MAGIC; in hmdfs_send_slice()
661 head.magic = HMDFS_MSG_MAGIC; in hmdfs_sendpage_request()
Dprotocol.h23 #define HMDFS_MSG_MAGIC 0xF7 macro
Dtransport.c522 if (recv->magic != HMDFS_MSG_MAGIC) { in tcp_receive_from_sock()
775 head->magic = HMDFS_MSG_MAGIC; in tcp_send_rekey_request()
Dconnection.c389 hs_head->magic = HMDFS_MSG_MAGIC; in do_send_handshake()