Lines Matching refs:ncec
79 uint32_t ncec_refcnt; /* ncec active usage count */
111 * at the dying ncec from the ill_fastpath_list chain.
189 #define NCE_ISREACHABLE(ncec) \
190 (((((ncec)->ncec_state) >= ND_REACHABLE) && \
191 ((ncec)->ncec_state) <= ND_PROBE))
193 #define NCE_ISCONDEMNED(ncec) ((ncec)->ncec_flags & NCE_F_CONDEMNED)
224 #define NCE_MYADDR(ncec) (((ncec)->ncec_flags & NCE_F_MYADDR) != 0)
231 #define NCE_PUBLISH(ncec) ((ncec->ncec_flags & NCE_F_PUBLISH) != 0)