Lines Matching refs:virtio_net_hdr_mrg_rxbuf
152 struct virtio_net_hdr_mrg_rxbuf hdr;
184 static inline struct virtio_net_hdr_mrg_rxbuf *skb_vnet_hdr(struct sk_buff *skb) in skb_vnet_hdr()
186 return (struct virtio_net_hdr_mrg_rxbuf *)skb->cb; in skb_vnet_hdr()
252 struct virtio_net_hdr_mrg_rxbuf *hdr; in page_to_skb()
357 struct virtio_net_hdr_mrg_rxbuf *hdr = buf; in receive_mergeable()
444 struct virtio_net_hdr_mrg_rxbuf *hdr; in receive_buf()
539 struct virtio_net_hdr_mrg_rxbuf *hdr; in add_recvbuf_small()
611 const size_t hdr_len = sizeof(struct virtio_net_hdr_mrg_rxbuf); in get_mergeable_buf_len()
850 struct virtio_net_hdr_mrg_rxbuf *hdr; in xmit_skb()
865 hdr = (struct virtio_net_hdr_mrg_rxbuf *)(skb->data - hdr_len); in xmit_skb()
1831 vi->hdr_len = sizeof(struct virtio_net_hdr_mrg_rxbuf); in virtnet_probe()