Home
last modified time | relevance | path

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

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