Searched refs:VIRTIO_NET_HDR_GSO_ECN (Results 1 – 5 of 5) sorted by relevance
92 #define VIRTIO_NET_HDR_GSO_ECN 0x80 /* TCP has ECN set */ macro
580 switch (vnet_hdr->gso_type & ~VIRTIO_NET_HDR_GSO_ECN) { in macvtap_skb_from_vnet_hdr()594 if (vnet_hdr->gso_type & VIRTIO_NET_HDR_GSO_ECN) in macvtap_skb_from_vnet_hdr()639 vnet_hdr->gso_type |= VIRTIO_NET_HDR_GSO_ECN; in macvtap_skb_to_vnet_hdr()
488 switch (hdr->hdr.gso_type & ~VIRTIO_NET_HDR_GSO_ECN) { in receive_buf()504 if (hdr->hdr.gso_type & VIRTIO_NET_HDR_GSO_ECN) in receive_buf()887 hdr->hdr.gso_type |= VIRTIO_NET_HDR_GSO_ECN; in xmit_skb()
1167 switch (gso.gso_type & ~VIRTIO_NET_HDR_GSO_ECN) { in tun_get_user()1183 if (gso.gso_type & VIRTIO_NET_HDR_GSO_ECN) in tun_get_user()1298 gso.gso_type |= VIRTIO_NET_HDR_GSO_ECN; in tun_put_user()
2490 switch (vnet_hdr.gso_type & ~VIRTIO_NET_HDR_GSO_ECN) { in packet_snd()2504 if (vnet_hdr.gso_type & VIRTIO_NET_HDR_GSO_ECN) in packet_snd()2979 vnet_hdr.gso_type |= VIRTIO_NET_HDR_GSO_ECN; in packet_recvmsg()