Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/virtual/virtio/net/
H A Dvirtio_net.h59 struct virtio_net_hdr { struct
79 struct virtio_net_hdr hdr; argument
H A Dif_vtnetvar.h140 struct virtio_net_hdr vrh_hdr;
150 struct virtio_net_hdr hdr;
H A Dif_vtnet.c126 struct virtio_net_hdr *);
136 struct virtio_net_hdr *);
294 sc->vtnet_hdr_size = sizeof(struct virtio_net_hdr); in vtnet_attach()
1414 struct virtio_net_hdr *hdr; in vtnet_enqueue_rxbuf()
1583 struct virtio_net_hdr *hdr) in vtnet_rx_csum()
1686 struct virtio_net_hdr lhdr; in vtnet_rxeof()
1691 struct virtio_net_hdr *hdr; in vtnet_rxeof()
1752 memcpy(hdr, mtod(m, void *), sizeof(struct virtio_net_hdr)); in vtnet_rxeof()
1876 struct virtio_net_hdr *hdr) in vtnet_tx_offload()
2072 struct virtio_net_hdr *hdr; in vtnet_encap()