Symbol: ICMSG_HDR
drivers/hv/channel_mgmt.c
249
if (buflen < ICMSG_HDR + offsetof(struct icmsg_negotiate, reserved)) {
drivers/hv/channel_mgmt.c
255
negop = (struct icmsg_negotiate *)&buf[ICMSG_HDR];
drivers/hv/hv_kvp.c
674
if (recvlen < ICMSG_HDR) {
drivers/hv/hv_kvp.c
698
kvp_msg = (struct hv_kvp_msg *)&recv_buffer[ICMSG_HDR];
drivers/hv/hv_snapshot.c
314
if (recvlen < ICMSG_HDR) {
drivers/hv/hv_snapshot.c
335
if (recvlen < ICMSG_HDR + sizeof(struct hv_vss_msg)) {
drivers/hv/hv_snapshot.c
340
vss_msg = (struct hv_vss_msg *)&recv_buffer[ICMSG_HDR];
drivers/hv/hv_util.c
200
if (recvlen < ICMSG_HDR) {
drivers/hv/hv_util.c
220
if (recvlen < ICMSG_HDR + sizeof(struct shutdown_msg_data)) {
drivers/hv/hv_util.c
226
shutdown_msg = (struct shutdown_msg_data *)&shut_txf_buf[ICMSG_HDR];
drivers/hv/hv_util.c
445
if (recvlen < ICMSG_HDR) {
drivers/hv/hv_util.c
467
if (recvlen < ICMSG_HDR + sizeof(struct ictimesync_ref_data)) {
drivers/hv/hv_util.c
472
refdata = (struct ictimesync_ref_data *)&time_txf_buf[ICMSG_HDR];
drivers/hv/hv_util.c
479
if (recvlen < ICMSG_HDR + sizeof(struct ictimesync_data)) {
drivers/hv/hv_util.c
484
timedatap = (struct ictimesync_data *)&time_txf_buf[ICMSG_HDR];
drivers/hv/hv_util.c
531
if (recvlen < ICMSG_HDR) {
drivers/hv/hv_util.c
556
if (recvlen < ICMSG_HDR + sizeof(u64)) {
drivers/hv/hv_util.c
561
heartbeat_msg = (struct heartbeat_msg_data *)&hbeat_txf_buf[ICMSG_HDR];
include/linux/hyperv.h
1554
(ICMSG_HDR + sizeof(struct icmsg_negotiate) + \
tools/hv/hv_fcopy_uio_daemon.c
230
if (buflen < ICMSG_HDR + offsetof(struct icmsg_negotiate, reserved)) {
tools/hv/hv_fcopy_uio_daemon.c
236
negop = (struct icmsg_negotiate *)&buf[ICMSG_HDR];
tools/hv/hv_fcopy_uio_daemon.c
409
if (pktlen < ICMSG_HDR + sizeof(struct hv_fcopy_hdr)) {
tools/hv/hv_fcopy_uio_daemon.c
415
fcopy_msg = (struct hv_fcopy_hdr *)&desc[offset + ICMSG_HDR];
tools/hv/vmbus_bufring.h
19
(ICMSG_HDR + sizeof(struct icmsg_negotiate) + \