Searched refs:vhost_net (Results 1 - 2 of 2) sorted by relevance
/linux-4.1.27/drivers/vhost/ |
H A D | Makefile | 1 obj-$(CONFIG_VHOST_NET) += vhost_net.o 2 vhost_net-y := net.o
|
H A D | net.c | 101 struct vhost_net { struct 158 static void vhost_net_clear_ubuf_info(struct vhost_net *n) vhost_net_clear_ubuf_info() 168 static int vhost_net_set_ubuf_info(struct vhost_net *n) vhost_net_set_ubuf_info() 189 static void vhost_net_vq_reset(struct vhost_net *n) vhost_net_vq_reset() 205 static void vhost_net_tx_packet(struct vhost_net *net) vhost_net_tx_packet() 214 static void vhost_net_tx_err(struct vhost_net *net) vhost_net_tx_err() 219 static bool vhost_net_tx_select_zcopy(struct vhost_net *net) vhost_net_tx_select_zcopy() 239 static void vhost_zerocopy_signal_used(struct vhost_net *net, vhost_zerocopy_signal_used() 293 static void handle_tx(struct vhost_net *net) handle_tx() 518 static void handle_rx(struct vhost_net *net) handle_rx() 648 struct vhost_net *net = container_of(vq->dev, struct vhost_net, dev); handle_tx_kick() 657 struct vhost_net *net = container_of(vq->dev, struct vhost_net, dev); handle_rx_kick() 664 struct vhost_net *net = container_of(work, struct vhost_net, handle_tx_net() 671 struct vhost_net *net = container_of(work, struct vhost_net, handle_rx_net() 678 struct vhost_net *n; vhost_net_open() 718 static void vhost_net_disable_vq(struct vhost_net *n, vhost_net_disable_vq() 729 static int vhost_net_enable_vq(struct vhost_net *n, vhost_net_enable_vq() 744 static struct socket *vhost_net_stop_vq(struct vhost_net *n, vhost_net_stop_vq() 757 static void vhost_net_stop(struct vhost_net *n, struct socket **tx_sock, vhost_net_stop() 764 static void vhost_net_flush_vq(struct vhost_net *n, int index) vhost_net_flush_vq() 770 static void vhost_net_flush(struct vhost_net *n) vhost_net_flush() 789 struct vhost_net *n = f->private_data; vhost_net_release() 877 static long vhost_net_set_backend(struct vhost_net *n, unsigned index, int fd) vhost_net_set_backend() 967 static long vhost_net_reset_owner(struct vhost_net *n) vhost_net_reset_owner() 996 static int vhost_net_set_features(struct vhost_net *n, u64 features) vhost_net_set_features() 1031 static long vhost_net_set_owner(struct vhost_net *n) vhost_net_set_owner() 1055 struct vhost_net *n = f->private_data; vhost_net_ioctl()
|
Completed in 69 milliseconds