Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dif_tunnel.h172 #define TUNNEL_DONT_FRAGMENT __cpu_to_be16(0x0100) macro
/openbmc/linux/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()
/openbmc/linux/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()
/openbmc/linux/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()
/openbmc/linux/drivers/net/
H A Dbareudp.c323 df = key->tun_flags & TUNNEL_DONT_FRAGMENT ? htons(IP_DF) : 0; in bareudp_xmit_skb()
H A Dgeneve.c977 df = key->tun_flags & TUNNEL_DONT_FRAGMENT ? htons(IP_DF) : 0; in geneve_xmit_skb()
/openbmc/linux/net/ipv4/
H A Dip_tunnel.c642 if (key->tun_flags & TUNNEL_DONT_FRAGMENT) in ip_md_tunnel_xmit()
/openbmc/linux/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()
/openbmc/linux/drivers/net/vxlan/
H A Dvxlan_core.c2575 } else if (info->key.tun_flags & TUNNEL_DONT_FRAGMENT) { in vxlan_xmit_one()
/openbmc/linux/net/core/
H A Dfilter.c4781 info->key.tun_flags |= TUNNEL_DONT_FRAGMENT; in BPF_CALL_4()