Searched refs:IP_TUNNEL_DONT_FRAGMENT_BIT (Results 1 – 12 of 12) sorted by relevance
| /linux/include/uapi/linux/ |
| H A D | if_tunnel.h | 203 IP_TUNNEL_DONT_FRAGMENT_BIT, enumerator
|
| /linux/net/psample/ |
| H A D | psample.c | 260 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 D | dst_metadata.h | 230 __set_bit(IP_TUNNEL_DONT_FRAGMENT_BIT, in ip_tun_rx_dst()
|
| /linux/net/netfilter/ |
| H A D | nft_tunnel.c | 467 __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 D | net_test.c | 304 #define IP_TUNNEL_CONFLICT_BIT IP_TUNNEL_DONT_FRAGMENT_BIT
|
| H A D | flow_dissector.c | 399 if (test_bit(IP_TUNNEL_DONT_FRAGMENT_BIT, key->tun_flags)) in skb_flow_dissect_tunnel_info()
|
| H A D | filter.c | 4896 __assign_bit(IP_TUNNEL_DONT_FRAGMENT_BIT, info->key.tun_flags, in BPF_CALL_4()
|
| /linux/drivers/net/ |
| H A D | bareudp.c | 342 df = test_bit(IP_TUNNEL_DONT_FRAGMENT_BIT, key->tun_flags) ? in bareudp_xmit_skb()
|
| H A D | geneve.c | 1363 df = test_bit(IP_TUNNEL_DONT_FRAGMENT_BIT, key->tun_flags) ? in geneve_xmit_skb()
|
| /linux/net/ipv4/ |
| H A D | ip_tunnel.c | 629 if (test_bit(IP_TUNNEL_DONT_FRAGMENT_BIT, key->tun_flags)) in ip_md_tunnel_xmit()
|
| /linux/net/openvswitch/ |
| H A D | flow_netlink.c | 740 __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 D | vxlan_core.c | 2508 } else if (test_bit(IP_TUNNEL_DONT_FRAGMENT_BIT, in vxlan_xmit_one()
|