Searched refs:best_scope (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/netinet6/ |
H A D | in6_src.c | 184 int dst_scope = -1, best_scope = -1, best_matchlen = -1; in in6_selectsrc() local 352 if (IN6_ARE_SCOPE_CMP(best_scope, new_scope) < 0) { in in6_selectsrc() 353 if (IN6_ARE_SCOPE_CMP(best_scope, dst_scope) < 0) in in6_selectsrc() 356 } else if (IN6_ARE_SCOPE_CMP(new_scope, best_scope) < 0) { in in6_selectsrc() 483 best_scope = (new_scope >= 0 ? new_scope : in in6_selectsrc() 526 IP6STAT_INC2(ip6s_sources_sameif, best_scope); in in6_selectsrc() 528 IP6STAT_INC2(ip6s_sources_otherif, best_scope); in in6_selectsrc() 529 if (dst_scope == best_scope) in in6_selectsrc() 530 IP6STAT_INC2(ip6s_sources_samescope, best_scope); in in6_selectsrc() 532 IP6STAT_INC2(ip6s_sources_otherscope, best_scope); in in6_selectsrc() [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectType.cpp | 2618 ExecutionContextScope *best_scope = exe_ctx.GetBestExecutionContextScope(); in DoExecute() local 2667 if (scavenger->Find(best_scope, name_of_type, search_results) > 0) { in DoExecute()
|