Searched refs:VIRTIO_NET_HDR_GSO_ECN (Results 1 – 3 of 3) sorted by relevance
336 #define VIRTIO_NET_HDR_GSO_ECN 0x80 /**< TCP has ECN set */ macro
960 if ((hdr->gso_type & VIRTIO_NET_HDR_GSO_ECN) || in virtio_rx_offload()967 switch (hdr->gso_type & ~VIRTIO_NET_HDR_GSO_ECN) { in virtio_rx_offload()
2325 switch (hdr->gso_type & ~VIRTIO_NET_HDR_GSO_ECN) { in vhost_dequeue_offload_legacy()2429 switch (hdr->gso_type & ~VIRTIO_NET_HDR_GSO_ECN) { in vhost_dequeue_offload()