Searched refs:VIRTIO_NET_HDR_GSO_ECN (Results 1 – 3 of 3) sorted by relevance
311 #define VIRTIO_NET_HDR_GSO_ECN 0x80 /**< TCP has ECN set */ macro
931 if ((hdr->gso_type & VIRTIO_NET_HDR_GSO_ECN) || in virtio_rx_offload()938 switch (hdr->gso_type & ~VIRTIO_NET_HDR_GSO_ECN) { in virtio_rx_offload()
1873 switch (hdr->gso_type & ~VIRTIO_NET_HDR_GSO_ECN) { in vhost_dequeue_offload()