Searched refs:ifa_best (Results 1 – 1 of 1) sorted by relevance
3436 struct in6_ifaddr *ifa_best = NULL; in in6_ifawithscope() local3492 if (ifa_best == NULL) { in in6_ifawithscope()3545 if ((ifa_best->ia6_flags & IN6_IFF_DEPRECATED) in in6_ifawithscope()3558 if ((ifa_best->ia6_flags & IN6_IFF_DEPRECATED) && in in6_ifawithscope()3577 if ((ifa_best->ia6_flags & in in6_ifawithscope()3585 if ((ifa_best->ia6_flags & in in6_ifawithscope()3650 struct ifnet *bifp = ifa_best->ia_ifp; in in6_ifawithscope()3701 if (ifa_best) { in in6_ifawithscope()3702 IFA_REMREF(&ifa_best->ia_ifa); in in6_ifawithscope()3704 ifa_best = (struct in6_ifaddr *)ifa; in in6_ifawithscope()[all …]