Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
A Dif_tunnel.h172 #define TUNNEL_DONT_FRAGMENT __cpu_to_be16(0x0100) macro
/linux/net/psample/
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()
/linux/net/netfilter/
A Dnft_tunnel.c458 info.key.tun_flags |= TUNNEL_DONT_FRAGMENT; in nft_tunnel_obj_init()
631 if (info->key.tun_flags & TUNNEL_DONT_FRAGMENT) in nft_tunnel_flags_dump()
/linux/drivers/net/
A Dbareudp.c315 df = key->tun_flags & TUNNEL_DONT_FRAGMENT ? htons(IP_DF) : 0; in bareudp_xmit_skb()
A Dgeneve.c942 df = key->tun_flags & TUNNEL_DONT_FRAGMENT ? htons(IP_DF) : 0; in geneve_xmit_skb()
A Dvxlan.c2719 } else if (info->key.tun_flags & TUNNEL_DONT_FRAGMENT) { in vxlan_xmit_one()
/linux/net/ipv4/
A Dip_tunnel.c596 if (key->tun_flags & TUNNEL_DONT_FRAGMENT) in ip_md_tunnel_xmit()
/linux/net/openvswitch/
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()
/linux/net/core/
A Dfilter.c4346 info->key.tun_flags |= TUNNEL_DONT_FRAGMENT; in BPF_CALL_4()

Completed in 52 milliseconds