Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dvirtio_net.h12 switch (gso_type & ~VIRTIO_NET_HDR_GSO_ECN) { in virtio_net_hdr_match_proto()
31 switch (hdr->gso_type & ~VIRTIO_NET_HDR_GSO_ECN) { in virtio_net_hdr_set_proto()
56 switch (hdr->gso_type & ~VIRTIO_NET_HDR_GSO_ECN) { in virtio_net_hdr_to_skb()
76 if (hdr->gso_type & VIRTIO_NET_HDR_GSO_ECN) in virtio_net_hdr_to_skb()
188 hdr->gso_type |= VIRTIO_NET_HDR_GSO_ECN; in virtio_net_hdr_from_skb()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dvirtio_net.h112 #define VIRTIO_NET_HDR_GSO_ECN 0x80 /* TCP has ECN set */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dvirtio_net.h112 #define VIRTIO_NET_HDR_GSO_ECN 0x80 /* TCP has ECN set */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dvirtio_net.h133 #define VIRTIO_NET_HDR_GSO_ECN 0x80 /* TCP has ECN set */ macro