Lines Matching refs:best_scope
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()
534 IP6STAT_INC2(ip6s_sources_deprecated, best_scope); in in6_selectsrc()