Searched refs:DCE_IS_CONDEMNED (Results 1 – 3 of 3) sorted by relevance
421 if (!DCE_IS_CONDEMNED(dce)) { in dce_lookup_v4()463 if (!DCE_IS_CONDEMNED(dce)) { in dce_lookup_v6()506 if (!DCE_IS_CONDEMNED(dce)) { in dce_lookup_and_add_v4()576 if (!DCE_IS_CONDEMNED(dce)) { in dce_lookup_and_add_v6()730 ASSERT(!DCE_IS_CONDEMNED(dce)); in dce_make_condemned()746 if (!DCE_IS_CONDEMNED(dce)) { in dce_increment_generation()774 if (DCE_IS_CONDEMNED(dce)) in dce_increment_all_generations()810 if (DCE_IS_CONDEMNED(dce)) in dce_inactive()
1171 if (dce != NULL && DCE_IS_CONDEMNED(dce)) { in ixa_cleanup_stale()
2478 #define DCE_IS_CONDEMNED(dce) \ macro