Home
last modified time | relevance | path

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

/Linux-v6.6/include/uapi/linux/
Dvirtio_net.h201 struct virtio_net_hdr_mrg_rxbuf { struct
/Linux-v6.6/drivers/net/
Dvirtio_net.c332 struct virtio_net_hdr_mrg_rxbuf mrg_hdr;
832 struct virtio_net_hdr_mrg_rxbuf *hdr; in __virtnet_xdp_xmit_one()
1168 struct virtio_net_hdr_mrg_rxbuf *hdr = buf + header_offset; in receive_small_xdp()
1396 struct virtio_net_hdr_mrg_rxbuf *hdr = buf; in virtnet_build_xdp_buff_mrg()
1483 struct virtio_net_hdr_mrg_rxbuf *hdr) in mergeable_xdp_get_buf()
1558 struct virtio_net_hdr_mrg_rxbuf *hdr = buf; in receive_mergeable_xdp()
1617 struct virtio_net_hdr_mrg_rxbuf *hdr = buf; in receive_mergeable()
2279 struct virtio_net_hdr_mrg_rxbuf *hdr; in xmit_skb()
2294 hdr = (struct virtio_net_hdr_mrg_rxbuf *)(skb->data - hdr_len); in xmit_skb()
4479 vi->hdr_len = sizeof(struct virtio_net_hdr_mrg_rxbuf); in virtnet_probe()
/Linux-v6.6/drivers/vhost/
Dnet.c1639 sizeof(struct virtio_net_hdr_mrg_rxbuf) : in vhost_net_set_features()
/Linux-v6.6/net/packet/
Daf_packet.c2097 struct virtio_net_hdr_mrg_rxbuf vnet_hdr = { .num_buffers = 0 }; in packet_rcv_vnet()
3949 val != sizeof(struct virtio_net_hdr_mrg_rxbuf)) in packet_setsockopt()