Searched refs:NXF_CLOSED (Results 1 – 4 of 4) sorted by relevance
231 #define NXF_CLOSED 0x2 /* attached but closed */ macro
2028 if (nx != NULL && (nx->nx_flags & NXF_CLOSED)) { in nx_find()2056 if (nx->nx_flags & NXF_CLOSED) { in nx_close()2073 atomic_bitset_32(&nx->nx_flags, NXF_CLOSED); in nx_close()
1848 (nx->nx_flags & NXF_CLOSED)) { in ch_close_common()
3129 if (NX_REJECT_ACT(nx) || (nx->nx_flags & NXF_CLOSED) != 0) {