Home
last modified time | relevance | path

Searched refs:IP_TUNNEL_ERSPAN_OPT_BIT (Results 1 – 11 of 11) sorted by relevance

/linux/net/core/
H A Dnet_test.c294 IP_TUNNEL_ERSPAN_OPT_BIT,
334 BIT(IP_TUNNEL_ERSPAN_OPT_BIT)),
/linux/include/net/
H A Dip_tunnels.h217 __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/net/netfilter/
H A Dnft_tunnel.c330 __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()
600 } else if (test_bit(IP_TUNNEL_ERSPAN_OPT_BIT, opts->flags)) { in nft_tunnel_opts_dump()
/linux/include/uapi/linux/
H A Dif_tunnel.h209 IP_TUNNEL_ERSPAN_OPT_BIT, /* OPTIONS_PRESENT */ enumerator
/linux/net/ipv4/
H A Dip_tunnel_core.c578 __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()
H A Dip_gre.c344 __set_bit(IP_TUNNEL_ERSPAN_OPT_BIT, in erspan_rcv()
555 if (!test_bit(IP_TUNNEL_ERSPAN_OPT_BIT, tun_info->key.tun_flags)) in erspan_fb_xmit()
/linux/net/psample/
H A Dpsample.c280 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 Dact_tunnel_key.c274 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 Dcls_flower.c1610 key->enc_opts.dst_opt_type = IP_TUNNEL_ERSPAN_OPT_BIT; in fl_set_enc_opt()
1621 mask->enc_opts.dst_opt_type = IP_TUNNEL_ERSPAN_OPT_BIT; in fl_set_enc_opt()
3397 case IP_TUNNEL_ERSPAN_OPT_BIT: in fl_dump_key_options()
/linux/net/openvswitch/
H A Dflow_netlink.c795 __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()
2804 __set_bit(IP_TUNNEL_ERSPAN_OPT_BIT, dst_opt_type); in validate_and_copy_set_tun()
/linux/net/ipv6/
H A Dip6_gre.c583 __set_bit(IP_TUNNEL_ERSPAN_OPT_BIT, in ip6erspan_rcv()
1020 if (!test_bit(IP_TUNNEL_ERSPAN_OPT_BIT, in ip6erspan_tunnel_xmit()