Searched refs:ifa_best (Results 1 – 1 of 1) sorted by relevance
3421 struct in6_ifaddr *__single ifa_best = NULL; in in6_ifawithscope() local3477 if (ifa_best == NULL) { in in6_ifawithscope()3530 if ((ifa_best->ia6_flags & IN6_IFF_DEPRECATED) in in6_ifawithscope()3543 if ((ifa_best->ia6_flags & IN6_IFF_DEPRECATED) && in in6_ifawithscope()3562 if ((ifa_best->ia6_flags & in in6_ifawithscope()3570 if ((ifa_best->ia6_flags & in in6_ifawithscope()3635 ifnet_ref_t bifp = ifa_best->ia_ifp; in in6_ifawithscope()3686 if (ifa_best) { in in6_ifawithscope()3687 ifa_remref(&ifa_best->ia_ifa); in in6_ifawithscope()3689 ifa_best = ifatoia6(ifa); in in6_ifawithscope()[all …]