Searched refs:VIRTIO_NET_HDR_GSO_ECN (Results 1 – 5 of 5) sorted by relevance
93 #define VIRTIO_NET_HDR_GSO_ECN 0x80 /* TCP has ECN set */ macro
629 switch (vnet_hdr->gso_type & ~VIRTIO_NET_HDR_GSO_ECN) { in macvtap_skb_from_vnet_hdr()643 if (vnet_hdr->gso_type & VIRTIO_NET_HDR_GSO_ECN) in macvtap_skb_from_vnet_hdr()688 vnet_hdr->gso_type |= VIRTIO_NET_HDR_GSO_ECN; in macvtap_skb_to_vnet_hdr()
494 switch (hdr->hdr.gso_type & ~VIRTIO_NET_HDR_GSO_ECN) { in receive_buf()510 if (hdr->hdr.gso_type & VIRTIO_NET_HDR_GSO_ECN) in receive_buf()893 hdr->hdr.gso_type |= VIRTIO_NET_HDR_GSO_ECN; in xmit_skb()
1221 switch (gso.gso_type & ~VIRTIO_NET_HDR_GSO_ECN) { in tun_get_user()1237 if (gso.gso_type & VIRTIO_NET_HDR_GSO_ECN) in tun_get_user()1352 gso.gso_type |= VIRTIO_NET_HDR_GSO_ECN; in tun_put_user()
2707 switch (vnet_hdr.gso_type & ~VIRTIO_NET_HDR_GSO_ECN) { in packet_snd()2721 if (vnet_hdr.gso_type & VIRTIO_NET_HDR_GSO_ECN) in packet_snd()3203 vnet_hdr.gso_type |= VIRTIO_NET_HDR_GSO_ECN; in packet_recvmsg()