Searched refs:rtpref (Results 1 – 1 of 1) sorted by relevance
1472 rtpref(struct nd_defrouter *dr) in rtpref() function1732 if (((selected_dr && (rtpref(dr) >= rtpref(selected_dr)) && in defrouter_select()1883 rtpref(installed_dr) >= rtpref(selected_dr)) { in defrouter_select()1887 if (rtpref(selected_dr) <= rtpref(installed_dr)) { in defrouter_select()1999 int oldpref = rtpref(dr); in defrtrlist_update_common()2025 if (rtpref(new) == oldpref && scoped && dummy_change == FALSE) { in defrtrlist_update_common()2032 if (rtpref(new) != oldpref) { in defrtrlist_update_common()2037 if (n != dr && rtpref(n) == oldpref && in defrtrlist_update_common()2038 (!p || rtpref(p) > rtpref(n))) { in defrtrlist_update_common()2127 if (rtpref(n) > rtpref(dr) || in defrtrlist_update_common()[all …]