Searched refs:ia_best (Results 1 – 1 of 1) sorted by relevance
291 struct in6_ifaddr *ia = NULL, *ia_best = NULL; in in6_selectsrc_core() local424 if (ia_best == NULL) { in in6_selectsrc_core()449 if (!IFA6_IS_DEPRECATED(ia_best, secs) && in in6_selectsrc_core()453 if (IFA6_IS_DEPRECATED(ia_best, secs) && in in6_selectsrc_core()462 if ((ia_best->ia6_flags & IN6_IFF_OPTIMISTIC) == 0 && in in6_selectsrc_core()466 if ((ia_best->ia6_flags & IN6_IFF_OPTIMISTIC) != 0 && in in6_selectsrc_core()485 if (ia_best->ia_ifp == ifp && ia->ia_ifp != ifp) { in in6_selectsrc_core()488 if (ia_best->ia_ifp != ifp && ia->ia_ifp == ifp) { in in6_selectsrc_core()501 if (dr != NULL && ia_best->ia6_ndpr != ia->ia6_ndpr) { in in6_selectsrc_core()509 if (ia_best->ia6_ndpr) { in in6_selectsrc_core()[all …]