Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
A Dif_tunnel.h178 #define TUNNEL_ERSPAN_OPT __cpu_to_be16(0x4000) macro
181 (TUNNEL_GENEVE_OPT | TUNNEL_VXLAN_OPT | TUNNEL_ERSPAN_OPT)
/linux/net/netfilter/
A Dnft_tunnel.c299 opts->flags = TUNNEL_ERSPAN_OPT; in nft_tunnel_obj_erspan_init()
382 type = TUNNEL_ERSPAN_OPT; in nft_tunnel_obj_opts_init()
564 } else if (opts->flags & TUNNEL_ERSPAN_OPT) { in nft_tunnel_opts_dump()
/linux/net/ipv4/
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()
A Dip_gre.c336 info->key.tun_flags |= TUNNEL_ERSPAN_OPT; in erspan_rcv()
537 if (!(tun_info->key.tun_flags & TUNNEL_ERSPAN_OPT)) in erspan_fb_xmit()
/linux/net/sched/
A Dact_tunnel_key.c273 type = TUNNEL_ERSPAN_OPT; in tunnel_key_copy_opts()
320 info->key.tun_flags |= TUNNEL_ERSPAN_OPT; in tunnel_key_opts_set()
670 } else if (info->key.tun_flags & TUNNEL_ERSPAN_OPT) { in tunnel_key_opts_dump()
A Dcls_flower.c1365 key->enc_opts.dst_opt_type = TUNNEL_ERSPAN_OPT; in fl_set_enc_opt()
1376 mask->enc_opts.dst_opt_type = TUNNEL_ERSPAN_OPT; in fl_set_enc_opt()
2819 case TUNNEL_ERSPAN_OPT: in fl_dump_key_options()
/linux/net/psample/
A Dpsample.c278 else if (tun_key->tun_flags & TUNNEL_ERSPAN_OPT && in __psample_ip_tun_to_nlattr()
351 else if (tun_key->tun_flags & TUNNEL_ERSPAN_OPT) in psample_tunnel_meta_len()
/linux/net/openvswitch/
A Dflow_netlink.c774 tun_flags |= TUNNEL_ERSPAN_OPT; in ip_tun_from_nlattr()
923 else if (output->tun_flags & TUNNEL_ERSPAN_OPT && in __ip_tun_to_nlattr()
2666 dst_opt_type = TUNNEL_ERSPAN_OPT; in validate_and_copy_set_tun()
/linux/net/ipv6/
A Dip6_gre.c585 info->key.tun_flags |= TUNNEL_ERSPAN_OPT; in ip6erspan_rcv()
995 if (!(tun_info->key.tun_flags & TUNNEL_ERSPAN_OPT)) in ip6erspan_tunnel_xmit()

Completed in 27 milliseconds