Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/virtio/network/
H A Dvirtio_net.h103 #define VIRTIO_NET_HDR_GSO_ECN 0x80 /* TCP has ECN set */ macro
496 hdr->gso_type |= VIRTIO_NET_HDR_GSO_ECN; in virtio_net_tx_offload_tso()
H A Dif_vtnet.c2048 switch (hdr->gso_type & ~VIRTIO_NET_HDR_GSO_ECN) { in vtnet_rxq_input()
2463 hdr->gso_type |= VIRTIO_NET_HDR_GSO_ECN; in vtnet_txq_offload_tso()
/freebsd-14.2/sys/dev/netmap/
H A Dnetmap_offloadings.c137 uint8_t gso_type = vh->gso_type & ~VIRTIO_NET_HDR_GSO_ECN; in vnet_hdr_is_bad()
258 u_int tcp = ((vh->gso_type & ~VIRTIO_NET_HDR_GSO_ECN) in bdg_mismatch_datapath()
H A Dnetmap_kern.h2236 #define VIRTIO_NET_HDR_GSO_ECN 0x80 /* TCP has ECN set */ macro