Searched refs:virtio_net_hdr (Results 1 – 3 of 3) sorted by relevance
59 struct virtio_net_hdr { struct79 struct virtio_net_hdr hdr; argument
140 struct virtio_net_hdr vrh_hdr;150 struct virtio_net_hdr hdr;
126 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()