Lines Matching defs:net
291 static void vhost_net_tx_packet(struct vhost_net *net) in vhost_net_tx_packet()
300 static void vhost_net_tx_err(struct vhost_net *net) in vhost_net_tx_err()
305 static bool vhost_net_tx_select_zcopy(struct vhost_net *net) in vhost_net_tx_select_zcopy()
325 static void vhost_zerocopy_signal_used(struct vhost_net *net, in vhost_zerocopy_signal_used()
417 static int vhost_net_tx_get_vq_desc(struct vhost_net *net, in vhost_net_tx_get_vq_desc()
440 static bool vhost_exceeds_maxpend(struct vhost_net *net) in vhost_exceeds_maxpend()
451 static void handle_tx(struct vhost_net *net) in handle_tx()
617 static int vhost_net_rx_peek_head_len(struct vhost_net *net, struct sock *sk) in vhost_net_rx_peek_head_len()
734 static void handle_rx(struct vhost_net *net) in handle_rx()
875 struct vhost_net *net = container_of(vq->dev, struct vhost_net, dev); in handle_tx_kick() local
884 struct vhost_net *net = container_of(vq->dev, struct vhost_net, dev); in handle_rx_kick() local
891 struct vhost_net *net = container_of(work, struct vhost_net, in handle_tx_net() local
898 struct vhost_net *net = container_of(work, struct vhost_net, in handle_rx_net() local