Home
last modified time | relevance | path

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

/freebsd/sys/dev/virtio/network/
H A Dvirtio_net.h118 struct virtio_net_hdr { struct
134 struct virtio_net_hdr hdr; argument
261 struct virtio_net_hdr *hdr) in virtio_net_rx_csum_by_offset()
308 struct virtio_net_hdr *hdr) in virtio_net_rx_csum_by_parse()
380 virtio_net_rx_csum(struct mbuf *m, struct virtio_net_hdr *hdr) in virtio_net_rx_csum()
467 int offset, bool allow_ecn, struct virtio_net_hdr *hdr) in virtio_net_tx_offload_tso()
506 struct virtio_net_hdr *hdr) in virtio_net_tx_offload()
H A Dif_vtnetvar.h239 CTASSERT(sizeof(struct virtio_net_hdr) == 10);
255 struct virtio_net_hdr vrh_hdr;
265 struct virtio_net_hdr hdr;
H A Dif_vtnet.c138 bool, int, struct virtio_net_hdr *);
142 struct virtio_net_hdr *);
148 struct virtio_net_hdr *);
161 int, struct virtio_net_hdr *);
164 struct virtio_net_hdr *);
761 sc->vtnet_hdr_size = sizeof(struct virtio_net_hdr); in vtnet_setup_features()
1725 MPASS(sc->vtnet_hdr_size == sizeof(struct virtio_net_hdr)); in vtnet_rxq_enqueue_buf()
1769 int protocol, struct virtio_net_hdr *hdr) in vtnet_rxq_csum_needs_csum()
1848 struct virtio_net_hdr *hdr) in vtnet_rxq_csum()
2021 struct virtio_net_hdr *hdr) in vtnet_rxq_input()
[all …]
/freebsd/sys/dev/netmap/
H A Dif_ptnet.c1460 struct virtio_net_hdr *vh = in ptnet_drain_transmit_queue()
1461 (struct virtio_net_hdr *)nmbuf; in ptnet_drain_transmit_queue()
1696 struct virtio_net_hdr *vh; in ptnet_rx_eof()
1735 vh = (struct virtio_net_hdr *)nmbuf; in ptnet_rx_eof()
/freebsd/sys/net/
H A Dif_tuntap.c1602 ival != sizeof(struct virtio_net_hdr) && in tunioctl()