Searched refs:TUNNEL_ERSPAN_OPT (Results 1 – 9 of 9) sorted by relevance
178 #define TUNNEL_ERSPAN_OPT __cpu_to_be16(0x4000) macro182 (TUNNEL_GENEVE_OPT | TUNNEL_VXLAN_OPT | TUNNEL_ERSPAN_OPT | \
328 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()
279 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()
577 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()
336 info->key.tun_flags |= TUNNEL_ERSPAN_OPT; in erspan_rcv()534 if (!(tun_info->key.tun_flags & TUNNEL_ERSPAN_OPT)) in erspan_fb_xmit()
274 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()
1474 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()
784 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()
580 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 27 milliseconds