Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dvirtio_net.h139 struct virtio_net_hdr_mrg_rxbuf { struct
/Linux-v4.19/drivers/net/
Dvirtio_net.c244 struct virtio_net_hdr_mrg_rxbuf hdr;
276 static inline struct virtio_net_hdr_mrg_rxbuf *skb_vnet_hdr(struct sk_buff *skb) in skb_vnet_hdr()
278 return (struct virtio_net_hdr_mrg_rxbuf *)skb->cb; in skb_vnet_hdr()
370 struct virtio_net_hdr_mrg_rxbuf *hdr; in page_to_skb()
442 struct virtio_net_hdr_mrg_rxbuf *hdr; in __virtnet_xdp_xmit_one()
632 struct virtio_net_hdr_mrg_rxbuf *hdr = buf + header_offset; in receive_small()
764 struct virtio_net_hdr_mrg_rxbuf *hdr = buf; in receive_mergeable()
993 struct virtio_net_hdr_mrg_rxbuf *hdr; in receive_buf()
1128 const size_t hdr_len = sizeof(struct virtio_net_hdr_mrg_rxbuf); in get_mergeable_buf_len()
1455 struct virtio_net_hdr_mrg_rxbuf *hdr; in xmit_skb()
[all …]
/Linux-v4.19/drivers/vhost/
Dnet.c1428 sizeof(struct virtio_net_hdr_mrg_rxbuf) : in vhost_net_set_features()