Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/
Dif_tunnel.h172 #define TUNNEL_DONT_FRAGMENT __cpu_to_be16(0x0100) macro
/Linux-v5.10/net/psample/
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()
/Linux-v5.10/net/netfilter/
Dnft_tunnel.c460 info.key.tun_flags |= TUNNEL_DONT_FRAGMENT; in nft_tunnel_obj_init()
633 if (info->key.tun_flags & TUNNEL_DONT_FRAGMENT) in nft_tunnel_flags_dump()
/Linux-v5.10/drivers/net/
Dbareudp.c313 df = key->tun_flags & TUNNEL_DONT_FRAGMENT ? htons(IP_DF) : 0; in bareudp_xmit_skb()
Dgeneve.c929 df = key->tun_flags & TUNNEL_DONT_FRAGMENT ? htons(IP_DF) : 0; in geneve_xmit_skb()
Dvxlan.c2716 } else if (info->key.tun_flags & TUNNEL_DONT_FRAGMENT) { in vxlan_xmit_one()
/Linux-v5.10/net/ipv4/
Dip_tunnel.c592 if (key->tun_flags & TUNNEL_DONT_FRAGMENT) in ip_md_tunnel_xmit()
/Linux-v5.10/net/openvswitch/
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()
/Linux-v5.10/net/core/
Dfilter.c4356 info->key.tun_flags |= TUNNEL_DONT_FRAGMENT; in BPF_CALL_4()