Searched refs:VIRTIO_NET_HDR_GSO_ECN (Results 1 – 4 of 4) sorted by relevance
105 #define VIRTIO_NET_HDR_GSO_ECN 0x80 /* TCP has ECN set */ macro492 hdr->gso_type |= VIRTIO_NET_HDR_GSO_ECN; in virtio_net_tx_offload_tso()
2023 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()
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()
2129 #define VIRTIO_NET_HDR_GSO_ECN 0x80 /* TCP has ECN set */ macro