Searched defs:vhost_user_msg (Results 1 – 2 of 2) sorted by relevance
77 struct vhost_user_msg { struct78 enum vhost_user_request request;82 uint32_t flags;83 uint32_t size; /**< the following payload size */84 union {92 } payload;
30 struct vhost_user_msg { struct49 #define VHOST_USER_HDR_SIZE offsetof(struct vhost_user_msg, payload.u64) argument