Searched refs:NXF_CLOSED (Results 1 – 4 of 4) sorted by relevance
232 #define NXF_CLOSED 0x2 /* attached but closed */ macro
1986 if (nx != NULL && (nx->nx_flags & NXF_CLOSED)) { in nx_find()2014 if (nx->nx_flags & NXF_CLOSED) { in nx_close()2031 atomic_bitset_32(&nx->nx_flags, NXF_CLOSED); in nx_close()
1837 (nx->nx_flags & NXF_CLOSED)) { in ch_close_common()
3355 if (NX_REJECT_ACT(nx) || (nx->nx_flags & NXF_CLOSED) != 0) {