Searched refs:NCE_ISCONDEMNED (Results 1 – 3 of 3) sorted by relevance
87 if (NCE_ISREACHABLE(ncec) && !NCE_ISCONDEMNED(ncec)) in ncec_ip2mac_response()261 if (NCE_ISCONDEMNED(ncec)) { in ip2mac()
428 if (NCE_ISCONDEMNED(ncec)) { in nce_remove()468 if (NCE_ISCONDEMNED(ncec)) { in ncec_delete()545 if (NCE_ISCONDEMNED(ncec)) in ncec_inactive()758 if (!NCE_ISCONDEMNED(ncec)) { in ncec_lookup_illgrp()3171 if (!NCE_ISCONDEMNED(ncec)) { in nce_ill_lookup_then_add_locked()3251 if (!NCE_ISCONDEMNED(nce->nce_common)) in nce_delete_then_add()3919 if (!NCE_ISCONDEMNED(ncec) && ncec->ncec_timeout_id == 0) { in nce_start_timer()
197 #define NCE_ISCONDEMNED(ncec) ((ncec)->ncec_flags & NCE_F_CONDEMNED) macro