Home
last modified time | relevance | path

Searched refs:TUNNEL_DONT_FRAGMENT (Results 1 - 21 of 21) sorted by relevance

/kernel/linux/linux-5.10/include/uapi/linux/
H A Dif_tunnel.h172 #define TUNNEL_DONT_FRAGMENT __cpu_to_be16(0x0100) macro
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dif_tunnel.h172 #define TUNNEL_DONT_FRAGMENT __cpu_to_be16(0x0100) macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dif_tunnel.h165 #define TUNNEL_DONT_FRAGMENT __cpu_to_be16(0x0100) macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dif_tunnel.h165 #define TUNNEL_DONT_FRAGMENT __cpu_to_be16(0x0100) macro
/kernel/linux/linux-5.10/net/psample/
H A Dpsample.c258 if ((tun_key->tun_flags & TUNNEL_DONT_FRAGMENT) && in __psample_ip_tun_to_nlattr()
338 if (tun_key->tun_flags & TUNNEL_DONT_FRAGMENT) in psample_tunnel_meta_len()
/kernel/linux/linux-6.6/net/psample/
H A Dpsample.c260 if ((tun_key->tun_flags & TUNNEL_DONT_FRAGMENT) && in __psample_ip_tun_to_nlattr()
340 if (tun_key->tun_flags & TUNNEL_DONT_FRAGMENT) in psample_tunnel_meta_len()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/net/netfilter/
H A Dnft_tunnel.c488 info.key.tun_flags |= TUNNEL_DONT_FRAGMENT; in nft_tunnel_obj_init()
661 if (info->key.tun_flags & TUNNEL_DONT_FRAGMENT) in nft_tunnel_flags_dump()
/kernel/linux/linux-6.6/net/sched/
H A Dact_tunnel_key.c424 flags |= TUNNEL_DONT_FRAGMENT; in tunnel_key_init()
753 ((key->tun_flags & TUNNEL_DONT_FRAGMENT) && in tunnel_key_dump()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/drivers/net/
H A Dbareudp.c323 df = key->tun_flags & TUNNEL_DONT_FRAGMENT ? htons(IP_DF) : 0; in bareudp_xmit_skb()
H A Dgeneve.c975 df = key->tun_flags & TUNNEL_DONT_FRAGMENT ? htons(IP_DF) : 0; in geneve_xmit_skb()
/kernel/linux/linux-5.10/net/openvswitch/
H A Dflow_netlink.c720 tun_flags |= TUNNEL_DONT_FRAGMENT; in ip_tun_from_nlattr()
901 if ((output->tun_flags & TUNNEL_DONT_FRAGMENT) && in __ip_tun_to_nlattr()
/kernel/linux/linux-6.6/net/openvswitch/
H A Dflow_netlink.c732 tun_flags |= TUNNEL_DONT_FRAGMENT; in ip_tun_from_nlattr()
913 if ((output->tun_flags & TUNNEL_DONT_FRAGMENT) && in __ip_tun_to_nlattr()
/kernel/linux/linux-5.10/net/ipv4/
H A Dip_tunnel.c623 if (key->tun_flags & TUNNEL_DONT_FRAGMENT) in ip_md_tunnel_xmit()
/kernel/linux/linux-6.6/net/ipv4/
H A Dip_tunnel.c642 if (key->tun_flags & TUNNEL_DONT_FRAGMENT) in ip_md_tunnel_xmit()
/kernel/linux/linux-5.10/drivers/net/vxlan/
H A Dvxlan_core.c2716 } else if (info->key.tun_flags & TUNNEL_DONT_FRAGMENT) { in vxlan_xmit_one()
/kernel/linux/linux-6.6/drivers/net/vxlan/
H A Dvxlan_core.c2552 } else if (info->key.tun_flags & TUNNEL_DONT_FRAGMENT) { in vxlan_xmit_one()
/kernel/linux/linux-5.10/net/core/
H A Dfilter.c4397 info->key.tun_flags |= TUNNEL_DONT_FRAGMENT; in BPF_CALL_4()
/kernel/linux/linux-6.6/net/core/
H A Dfilter.c4754 info->key.tun_flags |= TUNNEL_DONT_FRAGMENT; in BPF_CALL_4()

Completed in 57 milliseconds