Symbol: vhost_net
drivers/vhost/net.c
1021
static int vhost_net_rx_peek_head_len(struct vhost_net *net, struct sock *sk,
drivers/vhost/net.c
1140
static void handle_rx(struct vhost_net *net)
drivers/vhost/net.c
1301
struct vhost_net *net = container_of(vq->dev, struct vhost_net, dev);
drivers/vhost/net.c
1310
struct vhost_net *net = container_of(vq->dev, struct vhost_net, dev);
drivers/vhost/net.c
1317
struct vhost_net *net = container_of(work, struct vhost_net,
drivers/vhost/net.c
1324
struct vhost_net *net = container_of(work, struct vhost_net,
drivers/vhost/net.c
1331
struct vhost_net *n;
drivers/vhost/net.c
1397
static struct socket *vhost_net_stop_vq(struct vhost_net *n,
drivers/vhost/net.c
1414
static void vhost_net_stop(struct vhost_net *n, struct socket **tx_sock,
drivers/vhost/net.c
1421
static void vhost_net_flush(struct vhost_net *n)
drivers/vhost/net.c
1439
struct vhost_net *n = f->private_data;
drivers/vhost/net.c
1535
static long vhost_net_set_backend(struct vhost_net *n, unsigned index, int fd)
drivers/vhost/net.c
1636
static long vhost_net_reset_owner(struct vhost_net *n)
drivers/vhost/net.c
1666
static int vhost_net_set_features(struct vhost_net *n, const u64 *features)
drivers/vhost/net.c
1717
static long vhost_net_set_owner(struct vhost_net *n)
drivers/vhost/net.c
1743
struct vhost_net *n = f->private_data;
drivers/vhost/net.c
1841
struct vhost_net *n = file->private_data;
drivers/vhost/net.c
1852
struct vhost_net *n = file->private_data;
drivers/vhost/net.c
1860
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
440
static void vhost_net_disable_vq(struct vhost_net *n,
drivers/vhost/net.c
451
static int vhost_net_enable_vq(struct vhost_net *n,
drivers/vhost/net.c
480
static void vhost_tx_batch(struct vhost_net *net,
drivers/vhost/net.c
535
static void vhost_net_busy_poll_try_queue(struct vhost_net *net,
drivers/vhost/net.c
546
static void vhost_net_busy_poll(struct vhost_net *net,
drivers/vhost/net.c
597
static int vhost_net_tx_get_vq_desc(struct vhost_net *net,
drivers/vhost/net.c
626
static bool vhost_exceeds_maxpend(struct vhost_net *net)
drivers/vhost/net.c
647
static int get_tx_bufs(struct vhost_net *net,
drivers/vhost/net.c
692
struct vhost_net *net = container_of(vq->dev, struct vhost_net,
drivers/vhost/net.c
761
static void handle_tx_copy(struct vhost_net *net, struct socket *sock)
drivers/vhost/net.c
864
static void handle_tx_zerocopy(struct vhost_net *net, struct socket *sock)
drivers/vhost/net.c
974
static void handle_tx(struct vhost_net *net)