Lines Matching refs:best_scope
3399 int dst_scope = in6_addrscope(dst), src_scope, best_scope = 0; in in6_ifawithscope() local
3483 if (IN6_ARE_SCOPE_CMP(best_scope, dst_scope) < 0 && in in6_ifawithscope()
3488 IN6_ARE_SCOPE_CMP(best_scope, dst_scope) >= 0) { in in6_ifawithscope()
3614 bscopecmp = IN6_ARE_SCOPE_CMP(src_scope, best_scope); in in6_ifawithscope()
3665 best_scope = in in6_ifawithscope()
3683 ip6stat.ip6s_sources_sameif[best_scope]++; in in6_ifawithscope()
3685 ip6stat.ip6s_sources_otherif[best_scope]++; in in6_ifawithscope()
3688 if (best_scope == dst_scope) { in in6_ifawithscope()
3689 ip6stat.ip6s_sources_samescope[best_scope]++; in in6_ifawithscope()
3691 ip6stat.ip6s_sources_otherscope[best_scope]++; in in6_ifawithscope()
3695 ip6stat.ip6s_sources_deprecated[best_scope]++; in in6_ifawithscope()