Home
last modified time | relevance | path

Searched refs:TUNNEL_DONT_FRAGMENT (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/net/psample/
H A Dpsample.c257 if ((tun_key->tun_flags & TUNNEL_DONT_FRAGMENT) && in __psample_ip_tun_to_nlattr()
337 if (tun_key->tun_flags & TUNNEL_DONT_FRAGMENT) in psample_tunnel_meta_len()
/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 Dif_tunnel.h172 #define TUNNEL_DONT_FRAGMENT __cpu_to_be16(0x0100) macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dif_tunnel.h172 #define TUNNEL_DONT_FRAGMENT __cpu_to_be16(0x0100) macro
/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 Dif_tunnel.h172 #define TUNNEL_DONT_FRAGMENT __cpu_to_be16(0x0100) macro
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnft_tunnel.c459 info.key.tun_flags |= TUNNEL_DONT_FRAGMENT; in nft_tunnel_obj_init()
632 if (info->key.tun_flags & TUNNEL_DONT_FRAGMENT) in nft_tunnel_flags_dump()
/OK3568_Linux_fs/kernel/drivers/net/
H A Dbareudp.c314 df = key->tun_flags & TUNNEL_DONT_FRAGMENT ? htons(IP_DF) : 0; in bareudp_xmit_skb()
H A Dgeneve.c943 df = key->tun_flags & TUNNEL_DONT_FRAGMENT ? htons(IP_DF) : 0; in geneve_xmit_skb()
H A Dvxlan.c2718 } else if (info->key.tun_flags & TUNNEL_DONT_FRAGMENT) { in vxlan_xmit_one()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dip_tunnel.c596 if (key->tun_flags & TUNNEL_DONT_FRAGMENT) in ip_md_tunnel_xmit()
/OK3568_Linux_fs/kernel/net/openvswitch/
H A Dflow_netlink.c719 tun_flags |= TUNNEL_DONT_FRAGMENT; in ip_tun_from_nlattr()
900 if ((output->tun_flags & TUNNEL_DONT_FRAGMENT) && in __ip_tun_to_nlattr()
/OK3568_Linux_fs/kernel/net/core/
H A Dfilter.c4335 info->key.tun_flags |= TUNNEL_DONT_FRAGMENT; in BPF_CALL_4()