Home
last modified time | relevance | path

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

/dpdk/lib/vhost/
H A Dvhost_user.c63 bool accepts_fd; member
2697 #define VHOST_MESSAGE_HANDLER(id, handler, accepts_fd) \ argument
2698 [id] = { #id, handler, accepts_fd },
2969 if (!msg_handler->accepts_fd && validate_msg_fds(dev, &ctx, 0) != 0) { in vhost_user_msg_handler()