Lines Matching refs:virtio_net_hdr_mrg_rxbuf
240 struct virtio_net_hdr_mrg_rxbuf hdr;
287 static inline struct virtio_net_hdr_mrg_rxbuf *skb_vnet_hdr(struct sk_buff *skb) in skb_vnet_hdr()
289 return (struct virtio_net_hdr_mrg_rxbuf *)skb->cb; in skb_vnet_hdr()
382 struct virtio_net_hdr_mrg_rxbuf *hdr; in page_to_skb()
461 struct virtio_net_hdr_mrg_rxbuf *hdr; in __virtnet_xdp_xmit_one()
662 struct virtio_net_hdr_mrg_rxbuf *hdr = buf + header_offset; in receive_small()
800 struct virtio_net_hdr_mrg_rxbuf *hdr = buf; in receive_mergeable()
1043 struct virtio_net_hdr_mrg_rxbuf *hdr; in receive_buf()
1179 const size_t hdr_len = sizeof(struct virtio_net_hdr_mrg_rxbuf); in get_mergeable_buf_len()
1534 struct virtio_net_hdr_mrg_rxbuf *hdr; in xmit_skb()
1549 hdr = (struct virtio_net_hdr_mrg_rxbuf *)(skb->data - hdr_len); in xmit_skb()
2705 const unsigned int hdr_len = sizeof(struct virtio_net_hdr_mrg_rxbuf); in mergeable_min_buf_len()
3053 vi->hdr_len = sizeof(struct virtio_net_hdr_mrg_rxbuf); in virtnet_probe()