Home
last modified time | relevance | path

Searched refs:IP_TUNNEL_DONT_FRAGMENT_BIT (Results 1 – 12 of 12) sorted by relevance

/linux/include/uapi/linux/
H A Dif_tunnel.h203 IP_TUNNEL_DONT_FRAGMENT_BIT, enumerator
/linux/net/psample/
H A Dpsample.c260 if (test_bit(IP_TUNNEL_DONT_FRAGMENT_BIT, tun_key->tun_flags) && in __psample_ip_tun_to_nlattr()
341 if (test_bit(IP_TUNNEL_DONT_FRAGMENT_BIT, tun_key->tun_flags)) in psample_tunnel_meta_len()
/linux/include/net/
H A Ddst_metadata.h230 __set_bit(IP_TUNNEL_DONT_FRAGMENT_BIT, in ip_tun_rx_dst()
/linux/net/netfilter/
H A Dnft_tunnel.c467 __set_bit(IP_TUNNEL_DONT_FRAGMENT_BIT, in nft_tunnel_obj_init()
639 if (test_bit(IP_TUNNEL_DONT_FRAGMENT_BIT, info->key.tun_flags)) in nft_tunnel_flags_dump()
/linux/net/core/
H A Dnet_test.c304 #define IP_TUNNEL_CONFLICT_BIT IP_TUNNEL_DONT_FRAGMENT_BIT
H A Dflow_dissector.c399 if (test_bit(IP_TUNNEL_DONT_FRAGMENT_BIT, key->tun_flags)) in skb_flow_dissect_tunnel_info()
H A Dfilter.c4896 __assign_bit(IP_TUNNEL_DONT_FRAGMENT_BIT, info->key.tun_flags, in BPF_CALL_4()
/linux/drivers/net/
H A Dbareudp.c342 df = test_bit(IP_TUNNEL_DONT_FRAGMENT_BIT, key->tun_flags) ? in bareudp_xmit_skb()
H A Dgeneve.c1363 df = test_bit(IP_TUNNEL_DONT_FRAGMENT_BIT, key->tun_flags) ? in geneve_xmit_skb()
/linux/net/ipv4/
H A Dip_tunnel.c629 if (test_bit(IP_TUNNEL_DONT_FRAGMENT_BIT, key->tun_flags)) in ip_md_tunnel_xmit()
/linux/net/openvswitch/
H A Dflow_netlink.c740 __set_bit(IP_TUNNEL_DONT_FRAGMENT_BIT, tun_flags); in ip_tun_from_nlattr()
924 if (test_bit(IP_TUNNEL_DONT_FRAGMENT_BIT, output->tun_flags) && in __ip_tun_to_nlattr()
/linux/drivers/net/vxlan/
H A Dvxlan_core.c2508 } else if (test_bit(IP_TUNNEL_DONT_FRAGMENT_BIT, in vxlan_xmit_one()