Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/virtio/network/
H A Dvirtio_net.h105 #define VIRTIO_NET_HDR_GSO_ECN 0x80 /* TCP has ECN set */ macro
492 hdr->gso_type |= VIRTIO_NET_HDR_GSO_ECN; in virtio_net_tx_offload_tso()
H A Dif_vtnet.c2023 switch (hdr->gso_type & ~VIRTIO_NET_HDR_GSO_ECN) { in vtnet_rxq_input()
2430 hdr->gso_type |= VIRTIO_NET_HDR_GSO_ECN; in vtnet_txq_offload_tso()
/freebsd-13.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.h2129 #define VIRTIO_NET_HDR_GSO_ECN 0x80 /* TCP has ECN set */ macro