Searched refs:new_scope (Results 1 – 1 of 1) sorted by relevance
309 int new_scope = -1, new_matchlen = -1; in in6_selectsrc() local357 new_scope = in6_addrscope(&ia->ia_addr.sin6_addr); in in6_selectsrc()358 if (IN6_ARE_SCOPE_CMP(best_scope, new_scope) < 0) { in in6_selectsrc()362 } else if (IN6_ARE_SCOPE_CMP(new_scope, best_scope) < 0) { in in6_selectsrc()363 if (IN6_ARE_SCOPE_CMP(new_scope, dst_scope) < 0) in in6_selectsrc()489 best_scope = (new_scope >= 0 ? new_scope : in in6_selectsrc()