Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/virtio/
H A Dvirtqueue.h311 #define VIRTIO_NET_HDR_GSO_ECN 0x80 /**< TCP has ECN set */ macro
H A Dvirtio_rxtx.c931 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()
/f-stack/dpdk/lib/librte_vhost/
H A Dvirtio_net.c1873 switch (hdr->gso_type & ~VIRTIO_NET_HDR_GSO_ECN) { in vhost_dequeue_offload()