Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet6/
H A Din6_src.c187 int dst_scope = -1, best_scope = -1, best_matchlen = -1; in in6_selectsrc() local
358 if (IN6_ARE_SCOPE_CMP(best_scope, new_scope) < 0) { in in6_selectsrc()
359 if (IN6_ARE_SCOPE_CMP(best_scope, dst_scope) < 0) in in6_selectsrc()
362 } else if (IN6_ARE_SCOPE_CMP(new_scope, best_scope) < 0) { in in6_selectsrc()
489 best_scope = (new_scope >= 0 ? new_scope : in in6_selectsrc()
532 IP6STAT_INC(ip6s_sources_sameif[best_scope]); in in6_selectsrc()
534 IP6STAT_INC(ip6s_sources_otherif[best_scope]); in in6_selectsrc()
535 if (dst_scope == best_scope) in in6_selectsrc()
536 IP6STAT_INC(ip6s_sources_samescope[best_scope]); in in6_selectsrc()
538 IP6STAT_INC(ip6s_sources_otherscope[best_scope]); in in6_selectsrc()
[all …]