Home
last modified time | relevance | path

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

/freebsd/sys/dev/virtio/network/
H A Dif_vtnetvar.h89 struct virtio_net_hdr_mrg_rxbuf vtnrx_shrhdr;
128 struct virtio_net_hdr_mrg_rxbuf vtntx_shrhdr;
242 CTASSERT(sizeof(struct virtio_net_hdr_mrg_rxbuf) ==
268 struct virtio_net_hdr_mrg_rxbuf mhdr;
H A Dvirtio_net.h133 struct virtio_net_hdr_mrg_rxbuf { struct
H A Dif_vtnet.c744 sc->vtnet_hdr_size = sizeof(struct virtio_net_hdr_mrg_rxbuf); in vtnet_setup_features()
2096 struct virtio_net_hdr_mrg_rxbuf *mhdr = in vtnet_rxq_eof()
2097 mtod(m, struct virtio_net_hdr_mrg_rxbuf *); in vtnet_rxq_eof()
2100 adjsz = sizeof(struct virtio_net_hdr_mrg_rxbuf); in vtnet_rxq_eof()
/freebsd/sys/net/
H A Dif_tuntap.c1516 ival != sizeof(struct virtio_net_hdr_mrg_rxbuf)) { in tunioctl()
1717 struct virtio_net_hdr_mrg_rxbuf vhdr; in tunread()
1739 struct virtio_net_hdr_mrg_rxbuf *vhdr) in tunread()
1870 struct virtio_net_hdr_mrg_rxbuf vhdr; in tunwrite_l3()
/freebsd/sys/dev/netmap/
H A Dif_ptnet.c274 #define PTNET_HDR_SIZE sizeof(struct virtio_net_hdr_mrg_rxbuf)