Home
last modified time | relevance | path

Searched refs:best_scope (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/netinet6/
H A Din6_src.c183 int dst_scope = -1, best_scope = -1, best_matchlen = -1; in in6_selectsrc() local
343 if (IN6_ARE_SCOPE_CMP(best_scope, new_scope) < 0) { in in6_selectsrc()
344 if (IN6_ARE_SCOPE_CMP(best_scope, dst_scope) < 0) in in6_selectsrc()
347 } else if (IN6_ARE_SCOPE_CMP(new_scope, best_scope) < 0) { in in6_selectsrc()
474 best_scope = (new_scope >= 0 ? new_scope : in in6_selectsrc()
517 IP6STAT_INC2(ip6s_sources_sameif, best_scope); in in6_selectsrc()
519 IP6STAT_INC2(ip6s_sources_otherif, best_scope); in in6_selectsrc()
520 if (dst_scope == best_scope) in in6_selectsrc()
521 IP6STAT_INC2(ip6s_sources_samescope, best_scope); in in6_selectsrc()
523 IP6STAT_INC2(ip6s_sources_otherscope, best_scope); in in6_selectsrc()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp2639 ExecutionContextScope *best_scope = exe_ctx.GetBestExecutionContextScope(); in DoExecute() local
2690 if (scavenger->Find(best_scope, name_of_type, search_results) > 0) { in DoExecute()