Home
last modified time | relevance | path

Searched refs:virtio_net_hdr_mrg_rxbuf (Results 1 – 4 of 4) sorted by relevance

/linux/include/uapi/linux/
H A Dvirtio_net.h202 struct virtio_net_hdr_mrg_rxbuf { struct
/linux/drivers/net/
H A Dvirtio_net.c498 struct virtio_net_hdr_mrg_rxbuf mrg_hdr;
1243 struct virtio_net_hdr_mrg_rxbuf *hdr, in xsk_append_merge_buffer()
1305 struct virtio_net_hdr_mrg_rxbuf *hdr; in virtnet_receive_xsk_merge()
1575 struct virtio_net_hdr_mrg_rxbuf *hdr; in __virtnet_xdp_xmit_one()
1895 struct virtio_net_hdr_mrg_rxbuf *hdr = buf + header_offset; in receive_small_xdp()
2132 struct virtio_net_hdr_mrg_rxbuf *hdr = buf; in virtnet_build_xdp_buff_mrg()
2219 struct virtio_net_hdr_mrg_rxbuf *hdr) in mergeable_xdp_get_buf()
2298 struct virtio_net_hdr_mrg_rxbuf *hdr = buf; in receive_mergeable_xdp()
2400 struct virtio_net_hdr_mrg_rxbuf *hdr = buf; in receive_mergeable()
3198 struct virtio_net_hdr_mrg_rxbuf *hdr; in xmit_skb()
[all …]
/linux/tools/virtio/
H A Dvhost_net_test.c24 #define HDR_LEN sizeof(struct virtio_net_hdr_mrg_rxbuf)
/linux/net/packet/
H A Daf_packet.c2144 struct virtio_net_hdr_mrg_rxbuf vnet_hdr = { .num_buffers = 0 }; in packet_rcv_vnet()
4012 val != sizeof(struct virtio_net_hdr_mrg_rxbuf)) in packet_setsockopt()