Searched refs:NDDRF_INELIGIBLE (Results 1 – 3 of 3) sorted by relevance
587 dr0.stateflags |= NDDRF_INELIGIBLE; in nd6_ra_input()627 dr0.stateflags |= NDDRF_INELIGIBLE; in nd6_ra_input()1642 if (dr->stateflags & NDDRF_INELIGIBLE) { in defrouter_select()1813 if (dr->stateflags & NDDRF_INELIGIBLE) { in defrouter_select()1828 if (dr->stateflags & NDDRF_INELIGIBLE) { in defrouter_select()1967 if ((new->stateflags & NDDRF_INELIGIBLE) != 0 && in defrtrlist_update_common()1968 (dr->stateflags & NDDRF_INELIGIBLE) == 0) { in defrtrlist_update_common()1983 if ((new->stateflags & NDDRF_INELIGIBLE) == 0 && in defrtrlist_update_common()1984 (dr->stateflags & NDDRF_INELIGIBLE) != 0) { in defrtrlist_update_common()1986 dr->stateflags &= ~NDDRF_INELIGIBLE; in defrtrlist_update_common()
291 #define NDDRF_INELIGIBLE 0x10 /* Default router entry is ineligible for default router sele… macro
1176 if ((dr->stateflags & NDDRF_INELIGIBLE) == 0) { in nd6_service_expired_default_router()