Searched refs:virtio_net_hdr_mrg_rxbuf (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/uapi/linux/
H A Dvirtio_net.h126 * This is bitwise-equivalent to the legacy struct virtio_net_hdr_mrg_rxbuf,
201 struct virtio_net_hdr_mrg_rxbuf { struct
/linux-master/drivers/net/
H A Dvirtio_net.c358 struct virtio_net_hdr_mrg_rxbuf mrg_hdr;
896 struct virtio_net_hdr_mrg_rxbuf *hdr;
1216 struct virtio_net_hdr_mrg_rxbuf *hdr = buf + header_offset;
1444 struct virtio_net_hdr_mrg_rxbuf *hdr = buf;
1531 struct virtio_net_hdr_mrg_rxbuf *hdr)
1606 struct virtio_net_hdr_mrg_rxbuf *hdr = buf;
1665 struct virtio_net_hdr_mrg_rxbuf *hdr = buf;
2357 struct virtio_net_hdr_mrg_rxbuf *hdr;
2372 hdr = (struct virtio_net_hdr_mrg_rxbuf *)(skb->data - hdr_len);
4774 vi->hdr_len = sizeof(struct virtio_net_hdr_mrg_rxbuf);
[all...]
/linux-master/tools/virtio/
H A Dvhost_net_test.c24 #define HDR_LEN sizeof(struct virtio_net_hdr_mrg_rxbuf)
/linux-master/drivers/vhost/
H A Dnet.c1605 sizeof(struct virtio_net_hdr_mrg_rxbuf) :
/linux-master/net/packet/
H A Daf_packet.c2097 struct virtio_net_hdr_mrg_rxbuf vnet_hdr = { .num_buffers = 0 };
3943 val != sizeof(struct virtio_net_hdr_mrg_rxbuf))

Completed in 215 milliseconds