Searched refs:IP_TUNNEL_ERSPAN_OPT_BIT (Results 1 – 10 of 10) sorted by relevance
/linux/net/core/ |
H A D | net_test.c | 294 IP_TUNNEL_ERSPAN_OPT_BIT, 334 BIT(IP_TUNNEL_ERSPAN_OPT_BIT)),
|
/linux/include/net/ |
H A D | ip_tunnels.h | 217 __set_bit(IP_TUNNEL_ERSPAN_OPT_BIT, present); in ip_tunnel_set_options_present() 230 __set_bit(IP_TUNNEL_ERSPAN_OPT_BIT, present); in ip_tunnel_clear_options_present() 243 __set_bit(IP_TUNNEL_ERSPAN_OPT_BIT, present); in ip_tunnel_is_options_present()
|
/linux/include/uapi/linux/ |
H A D | if_tunnel.h | 209 IP_TUNNEL_ERSPAN_OPT_BIT, /* OPTIONS_PRESENT */ enumerator
|
/linux/net/netfilter/ |
H A D | nft_tunnel.c | 330 __set_bit(IP_TUNNEL_ERSPAN_OPT_BIT, opts->flags); in nft_tunnel_obj_erspan_init() 415 type = IP_TUNNEL_ERSPAN_OPT_BIT; in nft_tunnel_obj_opts_init() 598 } else if (test_bit(IP_TUNNEL_ERSPAN_OPT_BIT, opts->flags)) { in nft_tunnel_opts_dump()
|
/linux/net/ipv4/ |
H A D | ip_tunnel_core.c | 578 __set_bit(IP_TUNNEL_ERSPAN_OPT_BIT, info->key.tun_flags); in ip_tun_parse_opts_erspan() 631 type = IP_TUNNEL_ERSPAN_OPT_BIT; in ip_tun_parse_opts() 833 else if (test_bit(IP_TUNNEL_ERSPAN_OPT_BIT, tun_info->key.tun_flags)) in ip_tun_fill_encap_opts() 888 } else if (test_bit(IP_TUNNEL_ERSPAN_OPT_BIT, info->key.tun_flags)) { in ip_tun_opts_nlsize()
|
/linux/net/psample/ |
H A D | psample.c | 280 else if (test_bit(IP_TUNNEL_ERSPAN_OPT_BIT, in __psample_ip_tun_to_nlattr() 354 else if (test_bit(IP_TUNNEL_ERSPAN_OPT_BIT, in psample_tunnel_meta_len()
|
/linux/net/sched/ |
H A D | act_tunnel_key.c | 274 type = IP_TUNNEL_ERSPAN_OPT_BIT; in tunnel_key_copy_opts() 321 __set_bit(IP_TUNNEL_ERSPAN_OPT_BIT, info->key.tun_flags); in tunnel_key_opts_set() 674 } else if (test_bit(IP_TUNNEL_ERSPAN_OPT_BIT, info->key.tun_flags)) { in tunnel_key_opts_dump()
|
H A D | cls_flower.c | 1611 key->enc_opts.dst_opt_type = IP_TUNNEL_ERSPAN_OPT_BIT; in fl_set_enc_opt() 1622 mask->enc_opts.dst_opt_type = IP_TUNNEL_ERSPAN_OPT_BIT; in fl_set_enc_opt() 3400 case IP_TUNNEL_ERSPAN_OPT_BIT: in fl_dump_key_options()
|
/linux/net/openvswitch/ |
H A D | flow_netlink.c | 795 __set_bit(IP_TUNNEL_ERSPAN_OPT_BIT, tun_flags); in ip_tun_from_nlattr() 948 else if (test_bit(IP_TUNNEL_ERSPAN_OPT_BIT, in __ip_tun_to_nlattr() 2791 __set_bit(IP_TUNNEL_ERSPAN_OPT_BIT, dst_opt_type); in validate_and_copy_set_tun()
|
/linux/net/ipv6/ |
H A D | ip6_gre.c | 583 __set_bit(IP_TUNNEL_ERSPAN_OPT_BIT, in ip6erspan_rcv() 1020 if (!test_bit(IP_TUNNEL_ERSPAN_OPT_BIT, in ip6erspan_tunnel_xmit()
|