Searched refs:VHOST_USER_PAYLOAD_SIZE (Results 1 – 2 of 2) sorted by relevance
237 #define VHOST_USER_PAYLOAD_SIZE (sizeof(VhostUserPayload)) macro316 if (msg->hdr.size > VHOST_USER_PAYLOAD_SIZE) { in vhost_user_read()319 VHOST_USER_PAYLOAD_SIZE); in vhost_user_read()1806 if (hdr.size > VHOST_USER_PAYLOAD_SIZE) { in backend_read()1809 VHOST_USER_PAYLOAD_SIZE); in backend_read()
135 #define VHOST_USER_PAYLOAD_SIZE (sizeof(m) - VHOST_USER_HDR_SIZE) macro