Lines Matching refs:ia_best
291 struct in6_ifaddr *ia = NULL, *ia_best = NULL; in in6_selectsrc_core() local
405 if (ia_best == NULL) { in in6_selectsrc_core()
430 if (!IFA6_IS_DEPRECATED(ia_best, secs) && in in6_selectsrc_core()
434 if (IFA6_IS_DEPRECATED(ia_best, secs) && in in6_selectsrc_core()
443 if ((ia_best->ia6_flags & IN6_IFF_OPTIMISTIC) == 0 && in in6_selectsrc_core()
447 if ((ia_best->ia6_flags & IN6_IFF_OPTIMISTIC) != 0 && in in6_selectsrc_core()
466 if (ia_best->ia_ifp == ifp && ia->ia_ifp != ifp) { in in6_selectsrc_core()
469 if (ia_best->ia_ifp != ifp && ia->ia_ifp == ifp) { in in6_selectsrc_core()
499 if (!(ia_best->ia6_flags & IN6_IFF_TEMPORARY) && in in6_selectsrc_core()
507 if ((ia_best->ia6_flags & IN6_IFF_TEMPORARY) && in in6_selectsrc_core()
520 if ((ia_best->ia_ifp->if_flags & IFF_UP) && in in6_selectsrc_core()
524 if (!(ia_best->ia_ifp->if_flags & IFF_UP) && in in6_selectsrc_core()
579 if (ia_best != NULL) { in in6_selectsrc_core()
580 IFA_REMREF(&ia_best->ia_ifa); in in6_selectsrc_core()
582 ia_best = ia; in in6_selectsrc_core()
592 if (ia_best != NULL) { in in6_selectsrc_core()
593 IFA_REMREF(&ia_best->ia_ifa); in in6_selectsrc_core()
595 ia_best = ia; in in6_selectsrc_core()
601 if ((ia = ia_best) == NULL) { in in6_selectsrc_core()