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()
432 if (NCE_ISCONDEMNED(ncec)) { in nce_remove()472 if (NCE_ISCONDEMNED(ncec)) { in ncec_delete()549 if (NCE_ISCONDEMNED(ncec)) in ncec_inactive()762 if (!NCE_ISCONDEMNED(ncec)) { in ncec_lookup_illgrp()3409 if (!NCE_ISCONDEMNED(ncec)) { in nce_ill_lookup_then_add_locked()3494 if (!NCE_ISCONDEMNED(nce->nce_common)) in nce_delete_then_add()4163 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