Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dvirtio_net.h92 #define VIRTIO_NET_HDR_GSO_ECN 0x80 /* TCP has ECN set */ macro
/linux-4.1.27/drivers/net/
Dmacvtap.c580 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()
Dvirtio_net.c488 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()
Dtun.c1167 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()
/linux-4.1.27/net/packet/
Daf_packet.c2490 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()