Lines Matching refs:in6_embedded_scope
88 int in6_embedded_scope = 1; variable
90 in6_embedded_scope, CTLFLAG_RW | CTLFLAG_LOCKED, &in6_embedded_scope, 0, "");
247 if (in6_embedded_scope) { in sa6_embedscope()
265 if (in6_embedded_scope) { in rtkey_to_sa6()
285 if (!in6_embedded_scope) { in sa6_recoverscope()
291 if (in6_embedded_scope && sin6->sin6_scope_id != 0) { in sa6_recoverscope()
445 if (in6_embedded_scope && (IN6_IS_SCOPE_LINKLOCAL(in6) || IN6_IS_ADDR_MC_INTFACELOCAL(in6))) { in in6_setscope()
458 if (!in6_embedded_scope) { in in6_clearscope()
479 } else if (IN6_IS_SCOPE_EMBED(addr_a) && !in6_embedded_scope) { in in6_are_addr_equal_scoped()
491 } else if (IN6_IS_SCOPE_EMBED(addr_a) && !in6_embedded_scope) { in in6_are_masked_addr_scope_equal()
501 if (!in6_embedded_scope || !in6_embedded_scope_debug) { in in6_verify_ifscope()