Searched defs:vhost_user_msg (Results 1 – 2 of 2) sorted by relevance
76 struct vhost_user_msg { struct77 enum vhost_user_request request;81 uint32_t flags;82 uint32_t size; /**< the following payload size */83 union {91 } payload;
83 struct vhost_user_msg { struct101 #define VHOST_USER_HDR_SIZE offsetof(struct vhost_user_msg, payload.u64) argument