Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/virtio/network/
HDif_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;
HDvirtio_net.h133 struct virtio_net_hdr_mrg_rxbuf { struct
HDif_vtnet.c747 sc->vtnet_hdr_size = sizeof(struct virtio_net_hdr_mrg_rxbuf); in vtnet_setup_features()
2102 struct virtio_net_hdr_mrg_rxbuf *mhdr = in vtnet_rxq_eof()
2103 mtod(m, struct virtio_net_hdr_mrg_rxbuf *); in vtnet_rxq_eof()
2105 adjsz = sizeof(struct virtio_net_hdr_mrg_rxbuf); in vtnet_rxq_eof()
/freebsd-13-stable/sys/net/
HDif_tuntap.c1541 ival != sizeof(struct virtio_net_hdr_mrg_rxbuf)) { in tunioctl()
1742 struct virtio_net_hdr_mrg_rxbuf vhdr; in tunread()
1773 struct virtio_net_hdr_mrg_rxbuf *vhdr) in tunwrite_l2()
1904 struct virtio_net_hdr_mrg_rxbuf vhdr; in tunwrite()
/freebsd-13-stable/sys/dev/netmap/
HDif_ptnet.c275 #define PTNET_HDR_SIZE sizeof(struct virtio_net_hdr_mrg_rxbuf)