Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/virtual/virtio/net/
H A Dvirtio_net.h78 struct virtio_net_hdr_mrg_rxbuf { struct
H A Dif_vtnetvar.h151 struct virtio_net_hdr_mrg_rxbuf mhdr;
H A Dif_vtnet.c292 sc->vtnet_hdr_size = sizeof(struct virtio_net_hdr_mrg_rxbuf); in vtnet_attach()
1121 new_frame_size = sizeof(struct virtio_net_hdr_mrg_rxbuf) + in vtnet_change_mtu()
1692 struct virtio_net_hdr_mrg_rxbuf *mhdr; in vtnet_rxeof()
1722 mhdr = mtod(m, struct virtio_net_hdr_mrg_rxbuf *); in vtnet_rxeof()
1724 adjsz = sizeof(struct virtio_net_hdr_mrg_rxbuf); in vtnet_rxeof()