Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dif_tunnel.h172 #define TUNNEL_DONT_FRAGMENT __cpu_to_be16(0x0100) macro
/Linux-v5.4/net/netfilter/
Dnft_tunnel.c387 info.key.tun_flags |= TUNNEL_DONT_FRAGMENT; in nft_tunnel_obj_init()
516 if (info->key.tun_flags & TUNNEL_DONT_FRAGMENT) in nft_tunnel_flags_dump()
/Linux-v5.4/net/ipv4/
Dip_tunnel.c600 if (key->tun_flags & TUNNEL_DONT_FRAGMENT) in ip_md_tunnel_xmit()
/Linux-v5.4/net/openvswitch/
Dflow_netlink.c717 tun_flags |= TUNNEL_DONT_FRAGMENT; in ip_tun_from_nlattr()
898 if ((output->tun_flags & TUNNEL_DONT_FRAGMENT) && in __ip_tun_to_nlattr()
/Linux-v5.4/drivers/net/
Dgeneve.c898 df = key->tun_flags & TUNNEL_DONT_FRAGMENT ? htons(IP_DF) : 0; in geneve_xmit_skb()
Dvxlan.c2540 } else if (info->key.tun_flags & TUNNEL_DONT_FRAGMENT) { in vxlan_xmit_one()
/Linux-v5.4/net/core/
Dfilter.c3970 info->key.tun_flags |= TUNNEL_DONT_FRAGMENT; in BPF_CALL_4()