Searched refs:TUNNEL_VXLAN_OPT (Results 1 – 7 of 7) sorted by relevance
176 #define TUNNEL_VXLAN_OPT __cpu_to_be16(0x1000) macro181 (TUNNEL_GENEVE_OPT | TUNNEL_VXLAN_OPT | TUNNEL_ERSPAN_OPT)
245 opts->flags = TUNNEL_VXLAN_OPT; in nft_tunnel_obj_vxlan_init()374 type = TUNNEL_VXLAN_OPT; in nft_tunnel_obj_opts_init()556 if (opts->flags & TUNNEL_VXLAN_OPT) { in nft_tunnel_opts_dump()
528 info->key.tun_flags |= TUNNEL_VXLAN_OPT; in ip_tun_parse_opts_vxlan()620 type = TUNNEL_VXLAN_OPT; in ip_tun_parse_opts()824 else if (tun_info->key.tun_flags & TUNNEL_VXLAN_OPT) in ip_tun_fill_encap_opts()877 } else if (info->key.tun_flags & TUNNEL_VXLAN_OPT) { in ip_tun_opts_nlsize()
261 type = TUNNEL_VXLAN_OPT; in tunnel_key_copy_opts()312 info->key.tun_flags |= TUNNEL_VXLAN_OPT; in tunnel_key_opts_set()666 } else if (info->key.tun_flags & TUNNEL_VXLAN_OPT) { in tunnel_key_opts_dump()
1335 key->enc_opts.dst_opt_type = TUNNEL_VXLAN_OPT; in fl_set_enc_opt()1346 mask->enc_opts.dst_opt_type = TUNNEL_VXLAN_OPT; in fl_set_enc_opt()2814 case TUNNEL_VXLAN_OPT: in fl_dump_key_options()
758 tun_flags |= TUNNEL_VXLAN_OPT; in ip_tun_from_nlattr()920 else if (output->tun_flags & TUNNEL_VXLAN_OPT && in __ip_tun_to_nlattr()2663 dst_opt_type = TUNNEL_VXLAN_OPT; in validate_and_copy_set_tun()
1725 tun_dst->u.tun_info.key.tun_flags |= TUNNEL_VXLAN_OPT; in vxlan_parse_gbp_hdr()2669 if (info->key.tun_flags & TUNNEL_VXLAN_OPT) { in vxlan_xmit_one()
Completed in 49 milliseconds