Home
last modified time | relevance | path

Searched refs:VHOST_USER_FLAG_REPLY (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/um/drivers/
H A Dvhost_user.h8 #define VHOST_USER_FLAG_REPLY BIT(2) macro
H A Dvirtio_uml.c188 if (msg->header.flags != (VHOST_USER_FLAG_REPLY | VHOST_USER_VERSION)) in vhost_user_recv_resp()
357 reply.header.flags |= VHOST_USER_FLAG_REPLY; in vhost_user_reply()