Searched refs:NDDRF_INELIGIBLE (Results 1 – 3 of 3) sorted by relevance
622 dr0.stateflags |= NDDRF_INELIGIBLE; in nd6_ra_input()665 dr0.stateflags |= NDDRF_INELIGIBLE; in nd6_ra_input()1709 if (dr->stateflags & NDDRF_INELIGIBLE) { in defrouter_select()1894 if (dr->stateflags & NDDRF_INELIGIBLE) { in defrouter_select()1909 if (dr->stateflags & NDDRF_INELIGIBLE) { in defrouter_select()2056 if ((new->stateflags & NDDRF_INELIGIBLE) != 0 && in defrtrlist_update_common()2057 (dr->stateflags & NDDRF_INELIGIBLE) == 0) { in defrtrlist_update_common()2072 if ((new->stateflags & NDDRF_INELIGIBLE) == 0 && in defrtrlist_update_common()2073 (dr->stateflags & NDDRF_INELIGIBLE) != 0) { in defrtrlist_update_common()2075 dr->stateflags &= ~NDDRF_INELIGIBLE; in defrtrlist_update_common()
263 #define NDDRF_INELIGIBLE 0x10 /* Default router entry is ineligible for default router sele… macro
1192 if ((dr->stateflags & NDDRF_INELIGIBLE) == 0) { in nd6_service_expired_default_router()