Searched refs:send_vhost_reply (Results 1 – 1 of 1) sorted by relevance
| /dpdk/lib/vhost/ |
| H A D | vhost_user.c | 67 static int send_vhost_reply(struct virtio_net *dev, int sockfd, struct vhu_msg_context *ctx); 1138 send_vhost_reply(dev, main_fd, ctx); in vhost_user_postcopy_register() 2749 send_vhost_reply(struct virtio_net *dev, int sockfd, struct vhu_msg_context *ctx) in send_vhost_reply() function 2954 send_vhost_reply(dev, fd, &ctx); in vhost_user_msg_handler() 2989 send_vhost_reply(dev, fd, &ctx); in vhost_user_msg_handler() 3003 send_vhost_reply(dev, fd, &ctx); in vhost_user_msg_handler() 3031 send_vhost_reply(dev, fd, &ctx); in vhost_user_msg_handler()
|