Searched refs:virtio_net_rxhdr (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/usr.sbin/bhyve/
H A Dnet_backends.h83 struct virtio_net_rxhdr { struct
H A Dpci_virtio_net.c234 struct virtio_net_rxhdr *hdr;
637 sc->vhdrlen = sizeof(struct virtio_net_rxhdr) - 2;
696 sc->vhdrlen = sizeof(struct virtio_net_rxhdr);
701 * bytes shorter than sizeof(struct virtio_net_rxhdr).
703 sc->vhdrlen = sizeof(struct virtio_net_rxhdr) - 2;
H A Dnet_backends.c167 #define VNET_HDR_LEN sizeof(struct virtio_net_rxhdr)

Completed in 71 milliseconds