Home
last modified time | relevance | path

Searched refs:NXF_CLOSED (Results 1 – 4 of 4) sorted by relevance

/xnu-8019.80.24/bsd/skywalk/nexus/
H A Dnexus_var.h231 #define NXF_CLOSED 0x2 /* attached but closed */ macro
H A Dnexus.c2028 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()
/xnu-8019.80.24/bsd/skywalk/channel/
H A Dchannel.c1848 (nx->nx_flags & NXF_CLOSED)) { in ch_close_common()
/xnu-8019.80.24/bsd/skywalk/nexus/netif/
H A Dnx_netif.c3129 if (NX_REJECT_ACT(nx) || (nx->nx_flags & NXF_CLOSED) != 0) {