Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/virtio/network/
H A Dvirtio_net.h85 #define VIRTIO_NET_HDR_GSO_ECN 0x80 /* TCP has ECN set */ macro
H A Dif_vtnet.c2090 hdr->gso_type |= VIRTIO_NET_HDR_GSO_ECN; in vtnet_txq_offload_tso()
/freebsd-12.1/sys/dev/netmap/
H A Dnetmap_offloadings.c138 uint8_t gso_type = vh->gso_type & ~VIRTIO_NET_HDR_GSO_ECN; in vnet_hdr_is_bad()
259 u_int tcp = ((vh->gso_type & ~VIRTIO_NET_HDR_GSO_ECN) in bdg_mismatch_datapath()
H A Dnetmap_kern.h2115 #define VIRTIO_NET_HDR_GSO_ECN 0x80 /* TCP has ECN set */ macro
H A Dif_ptnet.c1425 hdr->gso_type |= VIRTIO_NET_HDR_GSO_ECN; in ptnet_tx_offload_tso()