Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/linux/
A Dif_tunnel.h178 #define TUNNEL_ERSPAN_OPT __cpu_to_be16(0x4000) macro
182 (TUNNEL_GENEVE_OPT | TUNNEL_VXLAN_OPT | TUNNEL_ERSPAN_OPT | \
/linux-6.3-rc2/net/netfilter/
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()
/linux-6.3-rc2/net/psample/
A Dpsample.c279 else if (tun_key->tun_flags & TUNNEL_ERSPAN_OPT && in __psample_ip_tun_to_nlattr()
352 else if (tun_key->tun_flags & TUNNEL_ERSPAN_OPT) in psample_tunnel_meta_len()
/linux-6.3-rc2/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()
534 if (!(tun_info->key.tun_flags & TUNNEL_ERSPAN_OPT)) in erspan_fb_xmit()
/linux-6.3-rc2/net/sched/
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()
671 } else if (info->key.tun_flags & TUNNEL_ERSPAN_OPT) { in tunnel_key_opts_dump()
A Dcls_flower.c1474 key->enc_opts.dst_opt_type = TUNNEL_ERSPAN_OPT; in fl_set_enc_opt()
1485 mask->enc_opts.dst_opt_type = TUNNEL_ERSPAN_OPT; in fl_set_enc_opt()
3031 case TUNNEL_ERSPAN_OPT: in fl_dump_key_options()
/linux-6.3-rc2/net/openvswitch/
A Dflow_netlink.c784 tun_flags |= TUNNEL_ERSPAN_OPT; in ip_tun_from_nlattr()
933 else if (output->tun_flags & TUNNEL_ERSPAN_OPT && in __ip_tun_to_nlattr()
2780 dst_opt_type = TUNNEL_ERSPAN_OPT; in validate_and_copy_set_tun()
/linux-6.3-rc2/net/ipv6/
A Dip6_gre.c580 info->key.tun_flags |= TUNNEL_ERSPAN_OPT; in ip6erspan_rcv()
1006 if (!(tun_info->key.tun_flags & TUNNEL_ERSPAN_OPT)) in ip6erspan_tunnel_xmit()

Completed in 28 milliseconds