Searched refs:dst_scope (Results 1 – 2 of 2) sorted by relevance
184 int dst_scope = -1, best_scope = -1, best_matchlen = -1; in in6_selectsrc() local349 if (dst_scope < 0) in in6_selectsrc()350 dst_scope = in6_addrscope(&dst); in in6_selectsrc()353 if (IN6_ARE_SCOPE_CMP(best_scope, dst_scope) < 0) in in6_selectsrc()357 if (IN6_ARE_SCOPE_CMP(new_scope, dst_scope) < 0) in in6_selectsrc()529 if (dst_scope == best_scope) in in6_selectsrc()
1969 int dst_scope = in6_addrscope(dst), blen = -1, tlen; in in6_ifawithifp() local1999 if (dst_scope == in6_addrscope(IFA_IN6(ifa))) { in in6_ifawithifp()