Searched refs:VIRTIO_NET_HDR_GSO_ECN (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dvirtio_net.h14 switch (gso_type & ~VIRTIO_NET_HDR_GSO_ECN) {
34 switch (hdr->gso_type & ~VIRTIO_NET_HDR_GSO_ECN) {
61 switch (hdr->gso_type & ~VIRTIO_NET_HDR_GSO_ECN) {
87 if (hdr->gso_type & VIRTIO_NET_HDR_GSO_ECN)
219 hdr->gso_type |= VIRTIO_NET_HDR_GSO_ECN;
/linux-master/include/uapi/linux/
H A Dvirtio_net.h139 #define VIRTIO_NET_HDR_GSO_ECN 0x80 /* TCP has ECN set */ macro

Completed in 195 milliseconds