Lines Matching refs:ifa_best
3433 struct in6_ifaddr *ifa_best = NULL; in in6_ifawithscope() local
3489 if (ifa_best == NULL) { in in6_ifawithscope()
3542 if ((ifa_best->ia6_flags & IN6_IFF_DEPRECATED) in in6_ifawithscope()
3555 if ((ifa_best->ia6_flags & IN6_IFF_DEPRECATED) && in in6_ifawithscope()
3574 if ((ifa_best->ia6_flags & in in6_ifawithscope()
3582 if ((ifa_best->ia6_flags & in in6_ifawithscope()
3647 struct ifnet *bifp = ifa_best->ia_ifp; in in6_ifawithscope()
3698 if (ifa_best) { in in6_ifawithscope()
3699 IFA_REMREF(&ifa_best->ia_ifa); in in6_ifawithscope()
3701 ifa_best = (struct in6_ifaddr *)ifa; in in6_ifawithscope()
3708 if (ifa_best == NULL) { in in6_ifawithscope()
3711 IFA_LOCK_SPIN(&ifa_best->ia_ifa); in in6_ifawithscope()
3712 if (oifp == ifa_best->ia_ifp) { in in6_ifawithscope()
3724 if ((ifa_best->ia6_flags & IN6_IFF_DEPRECATED) != 0) { in in6_ifawithscope()
3727 IFA_UNLOCK(&ifa_best->ia_ifa); in in6_ifawithscope()
3730 return ifa_best; in in6_ifawithscope()