Searched refs:prclear (Results 1 – 1 of 1) sorted by relevance
3158 struct nd_prefix *pr, *prclear; in pfxlist_onlink_check() local3208 LIST_FOREACH(prclear, &nd_prefix, ndpr_entry) { in pfxlist_onlink_check()3209 NDPR_LOCK(prclear); in pfxlist_onlink_check()3210 prclear->ndpr_stateflags &= ~NDPRF_PROCESSED_ONLINK; in pfxlist_onlink_check()3211 NDPR_UNLOCK(prclear); in pfxlist_onlink_check()3298 LIST_FOREACH(prclear, &nd_prefix, ndpr_entry) { in pfxlist_onlink_check()3299 NDPR_LOCK(prclear); in pfxlist_onlink_check()3300 prclear->ndpr_stateflags &= ~NDPRF_PROCESSED_ONLINK; in pfxlist_onlink_check()3301 NDPR_UNLOCK(prclear); in pfxlist_onlink_check()3374 LIST_FOREACH(prclear, &nd_prefix, ndpr_entry) { in pfxlist_onlink_check()[all …]