Searched refs:VIRTIO_NET_HDR_GSO_ECN (Results 1 – 5 of 5) sorted by relevance
85 #define VIRTIO_NET_HDR_GSO_ECN 0x80 /* TCP has ECN set */ macro
2093 hdr->gso_type |= VIRTIO_NET_HDR_GSO_ECN; in vtnet_txq_offload_tso()
138 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()
2125 #define VIRTIO_NET_HDR_GSO_ECN 0x80 /* TCP has ECN set */ macro
1418 hdr->gso_type |= VIRTIO_NET_HDR_GSO_ECN; in ptnet_tx_offload_tso()