Searched refs:virtio_net_hdr (Results 1 – 5 of 5) sorted by relevance
118 struct virtio_net_hdr { struct134 struct virtio_net_hdr hdr; argument261 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()
239 CTASSERT(sizeof(struct virtio_net_hdr) == 10);255 struct virtio_net_hdr vrh_hdr;265 struct virtio_net_hdr hdr;
138 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 …]
1460 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()
1602 ival != sizeof(struct virtio_net_hdr) && in tunioctl()