Home
last modified time | relevance | path

Searched refs:ICMSG_HDR (Results 1 – 6 of 6) sorted by relevance

/linux-6.6.21/drivers/hv/
Dhv_util.c206 if (recvlen < ICMSG_HDR) { in shutdown_onchannelcallback()
226 if (recvlen < ICMSG_HDR + sizeof(struct shutdown_msg_data)) { in shutdown_onchannelcallback()
232 shutdown_msg = (struct shutdown_msg_data *)&shut_txf_buf[ICMSG_HDR]; in shutdown_onchannelcallback()
422 if (recvlen < ICMSG_HDR) { in timesync_onchannelcallback()
444 if (recvlen < ICMSG_HDR + sizeof(struct ictimesync_ref_data)) { in timesync_onchannelcallback()
449 refdata = (struct ictimesync_ref_data *)&time_txf_buf[ICMSG_HDR]; in timesync_onchannelcallback()
456 if (recvlen < ICMSG_HDR + sizeof(struct ictimesync_data)) { in timesync_onchannelcallback()
461 timedatap = (struct ictimesync_data *)&time_txf_buf[ICMSG_HDR]; in timesync_onchannelcallback()
508 if (recvlen < ICMSG_HDR) { in heartbeat_onchannelcallback()
533 if (recvlen < ICMSG_HDR + sizeof(u64)) { in heartbeat_onchannelcallback()
[all …]
Dhv_fcopy.c247 if (recvlen < ICMSG_HDR) { in hv_fcopy_onchannelcallback()
269 if (recvlen < ICMSG_HDR + sizeof(struct hv_fcopy_hdr)) { in hv_fcopy_onchannelcallback()
274 fcopy_msg = (struct hv_fcopy_hdr *)&recv_buffer[ICMSG_HDR]; in hv_fcopy_onchannelcallback()
Dhv_snapshot.c313 if (recvlen < ICMSG_HDR) { in hv_vss_onchannelcallback()
334 if (recvlen < ICMSG_HDR + sizeof(struct hv_vss_msg)) { in hv_vss_onchannelcallback()
339 vss_msg = (struct hv_vss_msg *)&recv_buffer[ICMSG_HDR]; in hv_vss_onchannelcallback()
Dhv_kvp.c674 if (recvlen < ICMSG_HDR) { in hv_kvp_onchannelcallback()
698 kvp_msg = (struct hv_kvp_msg *)&recv_buffer[ICMSG_HDR]; in hv_kvp_onchannelcallback()
Dchannel_mgmt.c239 if (buflen < ICMSG_HDR + offsetof(struct icmsg_negotiate, reserved)) { in vmbus_prep_negotiate_resp()
245 negop = (struct icmsg_negotiate *)&buf[ICMSG_HDR]; in vmbus_prep_negotiate_resp()
/linux-6.6.21/include/linux/
Dhyperv.h1570 #define ICMSG_HDR (sizeof(struct vmbuspipe_hdr) + sizeof(struct icmsg_hdr)) macro
1572 (ICMSG_HDR + sizeof(struct icmsg_negotiate) + \