Lines Matching refs:ifa_best
3432 struct in6_ifaddr *ifa_best = NULL; in in6_ifawithscope() local
3488 if (ifa_best == NULL) { in in6_ifawithscope()
3541 if ((ifa_best->ia6_flags & IN6_IFF_DEPRECATED) in in6_ifawithscope()
3554 if ((ifa_best->ia6_flags & IN6_IFF_DEPRECATED) && in in6_ifawithscope()
3573 if ((ifa_best->ia6_flags & in in6_ifawithscope()
3581 if ((ifa_best->ia6_flags & in in6_ifawithscope()
3646 struct ifnet *bifp = ifa_best->ia_ifp; in in6_ifawithscope()
3697 if (ifa_best) { in in6_ifawithscope()
3698 IFA_REMREF(&ifa_best->ia_ifa); in in6_ifawithscope()
3700 ifa_best = (struct in6_ifaddr *)ifa; in in6_ifawithscope()
3707 if (ifa_best == NULL) { in in6_ifawithscope()
3710 IFA_LOCK_SPIN(&ifa_best->ia_ifa); in in6_ifawithscope()
3711 if (oifp == ifa_best->ia_ifp) { in in6_ifawithscope()
3723 if ((ifa_best->ia6_flags & IN6_IFF_DEPRECATED) != 0) { in in6_ifawithscope()
3726 IFA_UNLOCK(&ifa_best->ia_ifa); in in6_ifawithscope()
3729 return ifa_best; in in6_ifawithscope()