Home
last modified time | relevance | path

Searched refs:DCE_IS_CONDEMNED (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_dce.c451 if (!DCE_IS_CONDEMNED(dce)) { in dce_lookup_v4()
493 if (!DCE_IS_CONDEMNED(dce)) { in dce_lookup_v6()
536 if (!DCE_IS_CONDEMNED(dce)) { in dce_lookup_and_add_v4()
606 if (!DCE_IS_CONDEMNED(dce)) { in dce_lookup_and_add_v6()
760 ASSERT(!DCE_IS_CONDEMNED(dce)); in dce_make_condemned()
776 if (!DCE_IS_CONDEMNED(dce)) { in dce_increment_generation()
804 if (DCE_IS_CONDEMNED(dce)) in dce_increment_all_generations()
840 if (DCE_IS_CONDEMNED(dce)) in dce_inactive()
H A Dip_attr.c1182 if (dce != NULL && DCE_IS_CONDEMNED(dce)) { in ixa_cleanup_stale()
/illumos-gate/usr/src/uts/common/inet/
H A Dip.h2484 #define DCE_IS_CONDEMNED(dce) \ macro