Searched refs:prclear (Results 1 – 1 of 1) sorted by relevance
3127 struct nd_prefix *pr, *prclear; in pfxlist_onlink_check() local3177 LIST_FOREACH(prclear, &nd_prefix, ndpr_entry) { in pfxlist_onlink_check()3178 NDPR_LOCK(prclear); in pfxlist_onlink_check()3179 prclear->ndpr_stateflags &= ~NDPRF_PROCESSED_ONLINK; in pfxlist_onlink_check()3180 NDPR_UNLOCK(prclear); in pfxlist_onlink_check()3267 LIST_FOREACH(prclear, &nd_prefix, ndpr_entry) { in pfxlist_onlink_check()3268 NDPR_LOCK(prclear); in pfxlist_onlink_check()3269 prclear->ndpr_stateflags &= ~NDPRF_PROCESSED_ONLINK; in pfxlist_onlink_check()3270 NDPR_UNLOCK(prclear); in pfxlist_onlink_check()3332 LIST_FOREACH(prclear, &nd_prefix, ndpr_entry) { in pfxlist_onlink_check()[all …]