Searched refs:virtio_net_hdr_mrg_rxbuf (Results 1 – 4 of 4) sorted by relevance
201 struct virtio_net_hdr_mrg_rxbuf { struct
332 struct virtio_net_hdr_mrg_rxbuf mrg_hdr;832 struct virtio_net_hdr_mrg_rxbuf *hdr; in __virtnet_xdp_xmit_one()1168 struct virtio_net_hdr_mrg_rxbuf *hdr = buf + header_offset; in receive_small_xdp()1396 struct virtio_net_hdr_mrg_rxbuf *hdr = buf; in virtnet_build_xdp_buff_mrg()1483 struct virtio_net_hdr_mrg_rxbuf *hdr) in mergeable_xdp_get_buf()1558 struct virtio_net_hdr_mrg_rxbuf *hdr = buf; in receive_mergeable_xdp()1617 struct virtio_net_hdr_mrg_rxbuf *hdr = buf; in receive_mergeable()2279 struct virtio_net_hdr_mrg_rxbuf *hdr; in xmit_skb()2294 hdr = (struct virtio_net_hdr_mrg_rxbuf *)(skb->data - hdr_len); in xmit_skb()4479 vi->hdr_len = sizeof(struct virtio_net_hdr_mrg_rxbuf); in virtnet_probe()
1639 sizeof(struct virtio_net_hdr_mrg_rxbuf) : in vhost_net_set_features()
2097 struct virtio_net_hdr_mrg_rxbuf vnet_hdr = { .num_buffers = 0 }; in packet_rcv_vnet()3949 val != sizeof(struct virtio_net_hdr_mrg_rxbuf)) in packet_setsockopt()