Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dnet_backends.h88 struct virtio_net_rxhdr { struct
97 #define VNET_HDR_LEN sizeof(struct virtio_net_rxhdr) argument
H A Dpci_virtio_net.c255 struct virtio_net_rxhdr *hdr; in pci_vtnet_rx()
656 sc->vhdrlen = sizeof(struct virtio_net_rxhdr) - 2; in pci_vtnet_init()
715 sc->vhdrlen = sizeof(struct virtio_net_rxhdr); in pci_vtnet_neg_features()
722 sc->vhdrlen = sizeof(struct virtio_net_rxhdr) - 2; in pci_vtnet_neg_features()
H A Dnet_backends_priv.h122 #define VNET_HDR_LEN sizeof(struct virtio_net_rxhdr)