Searched refs:virtio_net_hdr (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/virtio/network/ |
H A D | virtio_net.h | 118 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 D | if_vtnetvar.h | 241 CTASSERT(sizeof(struct virtio_net_hdr) == 10); 257 struct virtio_net_hdr vrh_hdr; 267 struct virtio_net_hdr hdr;
|
H A D | if_vtnet.c | 137 uint16_t, int, struct virtio_net_hdr *); 139 uint16_t, int, struct virtio_net_hdr *); 141 struct virtio_net_hdr *); 146 struct virtio_net_hdr *); 159 int, struct virtio_net_hdr *); 162 struct virtio_net_hdr *); 749 sc->vtnet_hdr_size = sizeof(struct virtio_net_hdr); in vtnet_setup_features() 1711 MPASS(sc->vtnet_hdr_size == sizeof(struct virtio_net_hdr)); in vtnet_rxq_enqueue_buf() 1754 int hoff, struct virtio_net_hdr *hdr) in vtnet_rxq_csum_needs_csum() 1827 uint16_t etype, int hoff, struct virtio_net_hdr *hdr __unused) in vtnet_rxq_csum_data_valid() [all …]
|
/freebsd/sys/dev/netmap/ |
H A D | if_ptnet.c | 1462 struct virtio_net_hdr *vh = in ptnet_drain_transmit_queue() 1463 (struct virtio_net_hdr *)nmbuf; in ptnet_drain_transmit_queue() 1698 struct virtio_net_hdr *vh; in ptnet_rx_eof() 1737 vh = (struct virtio_net_hdr *)nmbuf; in ptnet_rx_eof()
|
/freebsd/sys/net/ |
H A D | if_tuntap.c | 1515 ival != sizeof(struct virtio_net_hdr) && in tunioctl()
|