Searched refs:virtio_net_hdr_mrg_rxbuf (Results 1 – 3 of 3) sorted by relevance
195 struct virtio_net_hdr_mrg_rxbuf { struct
325 static inline struct virtio_net_hdr_mrg_rxbuf *skb_vnet_hdr(struct sk_buff *skb) in skb_vnet_hdr()327 return (struct virtio_net_hdr_mrg_rxbuf *)skb->cb; in skb_vnet_hdr()435 struct virtio_net_hdr_mrg_rxbuf *hdr; in page_to_skb()553 struct virtio_net_hdr_mrg_rxbuf *hdr; in __virtnet_xdp_xmit_one()794 struct virtio_net_hdr_mrg_rxbuf *hdr = buf + header_offset; in receive_small()931 struct virtio_net_hdr_mrg_rxbuf *hdr = buf; in receive_mergeable()1230 struct virtio_net_hdr_mrg_rxbuf *hdr; in receive_buf()1755 struct virtio_net_hdr_mrg_rxbuf *hdr; in xmit_skb()1770 hdr = (struct virtio_net_hdr_mrg_rxbuf *)(skb->data - hdr_len); in xmit_skb()3610 vi->hdr_len = sizeof(struct virtio_net_hdr_mrg_rxbuf); in virtnet_probe()
1627 sizeof(struct virtio_net_hdr_mrg_rxbuf) : in vhost_net_set_features()