Home
last modified time | relevance | path

Searched refs:TUNNEL_ERSPAN_OPT (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dif_tunnel.h178 #define TUNNEL_ERSPAN_OPT __cpu_to_be16(0x4000) macro
182 (TUNNEL_GENEVE_OPT | TUNNEL_VXLAN_OPT | TUNNEL_ERSPAN_OPT | \
/openbmc/linux/net/netfilter/
H A Dnft_tunnel.c328 opts->flags = TUNNEL_ERSPAN_OPT; in nft_tunnel_obj_erspan_init()
412 type = TUNNEL_ERSPAN_OPT; in nft_tunnel_obj_opts_init()
594 } else if (opts->flags & TUNNEL_ERSPAN_OPT) { in nft_tunnel_opts_dump()
/openbmc/linux/net/psample/
H A Dpsample.c280 else if (tun_key->tun_flags & TUNNEL_ERSPAN_OPT && in __psample_ip_tun_to_nlattr()
353 else if (tun_key->tun_flags & TUNNEL_ERSPAN_OPT) in psample_tunnel_meta_len()
/openbmc/linux/net/ipv4/
H A Dip_tunnel_core.c577 info->key.tun_flags |= TUNNEL_ERSPAN_OPT; in ip_tun_parse_opts_erspan()
630 type = TUNNEL_ERSPAN_OPT; in ip_tun_parse_opts()
826 else if (tun_info->key.tun_flags & TUNNEL_ERSPAN_OPT) in ip_tun_fill_encap_opts()
880 } else if (info->key.tun_flags & TUNNEL_ERSPAN_OPT) { in ip_tun_opts_nlsize()
H A Dip_gre.c341 info->key.tun_flags |= TUNNEL_ERSPAN_OPT; in erspan_rcv()
539 if (!(tun_info->key.tun_flags & TUNNEL_ERSPAN_OPT)) in erspan_fb_xmit()
/openbmc/linux/net/sched/
H A Dact_tunnel_key.c274 type = TUNNEL_ERSPAN_OPT; in tunnel_key_copy_opts()
321 info->key.tun_flags |= TUNNEL_ERSPAN_OPT; in tunnel_key_opts_set()
674 } else if (info->key.tun_flags & TUNNEL_ERSPAN_OPT) { in tunnel_key_opts_dump()
H A Dcls_flower.c1522 key->enc_opts.dst_opt_type = TUNNEL_ERSPAN_OPT; in fl_set_enc_opt()
1533 mask->enc_opts.dst_opt_type = TUNNEL_ERSPAN_OPT; in fl_set_enc_opt()
3215 case TUNNEL_ERSPAN_OPT: in fl_dump_key_options()
/openbmc/linux/net/openvswitch/
H A Dflow_netlink.c787 tun_flags |= TUNNEL_ERSPAN_OPT; in ip_tun_from_nlattr()
936 else if (output->tun_flags & TUNNEL_ERSPAN_OPT && in __ip_tun_to_nlattr()
2790 dst_opt_type = TUNNEL_ERSPAN_OPT; in validate_and_copy_set_tun()
/openbmc/linux/net/ipv6/
H A Dip6_gre.c583 info->key.tun_flags |= TUNNEL_ERSPAN_OPT; in ip6erspan_rcv()
1010 if (!(tun_info->key.tun_flags & TUNNEL_ERSPAN_OPT)) in ip6erspan_tunnel_xmit()