Searched refs:accepts_fd (Results 1 – 1 of 1) sorted by relevance
63 bool accepts_fd; member2697 #define VHOST_MESSAGE_HANDLER(id, handler, accepts_fd) \ argument2698 [id] = { #id, handler, accepts_fd },2969 if (!msg_handler->accepts_fd && validate_msg_fds(dev, &ctx, 0) != 0) { in vhost_user_msg_handler()