Symbol: vhost_net
drivers/vhost/net.c
1012
static int vhost_net_rx_peek_head_len(struct vhost_net *net, struct sock *sk,
drivers/vhost/net.c
1131
static void handle_rx(struct vhost_net *net)
drivers/vhost/net.c
1292
struct vhost_net *net = container_of(vq->dev, struct vhost_net, dev);
drivers/vhost/net.c
1301
struct vhost_net *net = container_of(vq->dev, struct vhost_net, dev);
drivers/vhost/net.c
1308
struct vhost_net *net = container_of(work, struct vhost_net,
drivers/vhost/net.c
1315
struct vhost_net *net = container_of(work, struct vhost_net,
drivers/vhost/net.c
1322
struct vhost_net *n;
drivers/vhost/net.c
1388
static struct socket *vhost_net_stop_vq(struct vhost_net *n,
drivers/vhost/net.c
1405
static void vhost_net_stop(struct vhost_net *n, struct socket **tx_sock,
drivers/vhost/net.c
1412
static void vhost_net_flush(struct vhost_net *n)
drivers/vhost/net.c
1430
struct vhost_net *n = f->private_data;
drivers/vhost/net.c
1526
static long vhost_net_set_backend(struct vhost_net *n, unsigned index, int fd)
drivers/vhost/net.c
1627
static long vhost_net_reset_owner(struct vhost_net *n)
drivers/vhost/net.c
1657
static int vhost_net_set_features(struct vhost_net *n, const u64 *features)
drivers/vhost/net.c
1708
static long vhost_net_set_owner(struct vhost_net *n)
drivers/vhost/net.c
1734
struct vhost_net *n = f->private_data;
drivers/vhost/net.c
1832
struct vhost_net *n = file->private_data;
drivers/vhost/net.c
1843
struct vhost_net *n = file->private_data;
drivers/vhost/net.c
1851
struct vhost_net *n = file->private_data;
drivers/vhost/net.c
276
static void vhost_net_clear_ubuf_info(struct vhost_net *n)
drivers/vhost/net.c
286
static int vhost_net_set_ubuf_info(struct vhost_net *n)
drivers/vhost/net.c
307
static void vhost_net_vq_reset(struct vhost_net *n)
drivers/vhost/net.c
324
static void vhost_net_tx_packet(struct vhost_net *net)
drivers/vhost/net.c
333
static void vhost_net_tx_err(struct vhost_net *net)
drivers/vhost/net.c
338
static bool vhost_net_tx_select_zcopy(struct vhost_net *net)
drivers/vhost/net.c
363
static void vhost_zerocopy_signal_used(struct vhost_net *net,
drivers/vhost/net.c
433
static void vhost_net_disable_vq(struct vhost_net *n,
drivers/vhost/net.c
444
static int vhost_net_enable_vq(struct vhost_net *n,
drivers/vhost/net.c
473
static void vhost_tx_batch(struct vhost_net *net,
drivers/vhost/net.c
528
static void vhost_net_busy_poll_try_queue(struct vhost_net *net,
drivers/vhost/net.c
539
static void vhost_net_busy_poll(struct vhost_net *net,
drivers/vhost/net.c
590
static int vhost_net_tx_get_vq_desc(struct vhost_net *net,
drivers/vhost/net.c
619
static bool vhost_exceeds_maxpend(struct vhost_net *net)
drivers/vhost/net.c
640
static int get_tx_bufs(struct vhost_net *net,
drivers/vhost/net.c
685
struct vhost_net *net = container_of(vq->dev, struct vhost_net,
drivers/vhost/net.c
752
static void handle_tx_copy(struct vhost_net *net, struct socket *sock)
drivers/vhost/net.c
855
static void handle_tx_zerocopy(struct vhost_net *net, struct socket *sock)
drivers/vhost/net.c
965
static void handle_tx(struct vhost_net *net)