Home
last modified time | relevance | path

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

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dvirtio_net.h83 struct virtio_net_hdr_mrg_rxbuf { struct
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dvirtio_net.h132 struct virtio_net_hdr_mrg_rxbuf { struct
/kernel/linux/linux-5.10/include/uapi/linux/
Dvirtio_net.h195 struct virtio_net_hdr_mrg_rxbuf { struct
/kernel/linux/linux-5.10/drivers/net/
Dvirtio_net.c249 struct virtio_net_hdr_mrg_rxbuf hdr;
296 static inline struct virtio_net_hdr_mrg_rxbuf *skb_vnet_hdr(struct sk_buff *skb) in skb_vnet_hdr()
298 return (struct virtio_net_hdr_mrg_rxbuf *)skb->cb; in skb_vnet_hdr()
405 struct virtio_net_hdr_mrg_rxbuf *hdr; in page_to_skb()
488 struct virtio_net_hdr_mrg_rxbuf *hdr; in __virtnet_xdp_xmit_one()
725 struct virtio_net_hdr_mrg_rxbuf *hdr = buf + header_offset; in receive_small()
864 struct virtio_net_hdr_mrg_rxbuf *hdr = buf; in receive_mergeable()
1109 struct virtio_net_hdr_mrg_rxbuf *hdr; in receive_buf()
1245 const size_t hdr_len = sizeof(struct virtio_net_hdr_mrg_rxbuf); in get_mergeable_buf_len()
1627 struct virtio_net_hdr_mrg_rxbuf *hdr; in xmit_skb()
[all …]
/kernel/linux/linux-5.10/drivers/vhost/
Dnet.c1632 sizeof(struct virtio_net_hdr_mrg_rxbuf) : in vhost_net_set_features()