Lines Matching refs:ifa_best
3403 struct in6_ifaddr *ifa_best = NULL; in in6_ifawithscope() local
3459 if (ifa_best == NULL) { in in6_ifawithscope()
3512 if ((ifa_best->ia6_flags & IN6_IFF_DEPRECATED) in in6_ifawithscope()
3525 if ((ifa_best->ia6_flags & IN6_IFF_DEPRECATED) && in in6_ifawithscope()
3544 if ((ifa_best->ia6_flags & in in6_ifawithscope()
3552 if ((ifa_best->ia6_flags & in in6_ifawithscope()
3617 struct ifnet *bifp = ifa_best->ia_ifp; in in6_ifawithscope()
3668 if (ifa_best) { in in6_ifawithscope()
3669 IFA_REMREF(&ifa_best->ia_ifa); in in6_ifawithscope()
3671 ifa_best = (struct in6_ifaddr *)ifa; in in6_ifawithscope()
3678 if (ifa_best == NULL) { in in6_ifawithscope()
3681 IFA_LOCK_SPIN(&ifa_best->ia_ifa); in in6_ifawithscope()
3682 if (oifp == ifa_best->ia_ifp) { in in6_ifawithscope()
3694 if ((ifa_best->ia6_flags & IN6_IFF_DEPRECATED) != 0) { in in6_ifawithscope()
3697 IFA_UNLOCK(&ifa_best->ia_ifa); in in6_ifawithscope()
3700 return ifa_best; in in6_ifawithscope()