Home
last modified time | relevance | path

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

/freebsd/sys/dev/netmap/
H A Dnetmap_offloadings.c140 (gso_type != VIRTIO_NET_HDR_GSO_NONE && in vnet_hdr_is_bad()
241 if (vh && vh->gso_type != VIRTIO_NET_HDR_GSO_NONE) { in bdg_mismatch_datapath()
H A Dnetmap_kern.h2233 #define VIRTIO_NET_HDR_GSO_NONE 0 /* Not a GSO frame */ macro
/freebsd/sys/dev/virtio/network/
H A Dvirtio_net.h107 #define VIRTIO_NET_HDR_GSO_NONE 0 /* Not a GSO frame */ macro