Lines Matching refs:ICMSG_HDR
206 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()
538 heartbeat_msg = (struct heartbeat_msg_data *)&hbeat_txf_buf[ICMSG_HDR]; in heartbeat_onchannelcallback()