Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/skywalk/nexus/
H A Dnexus_var.h238 #define NXF_CLOSED 0x2 /* attached but closed */ macro
H A Dnexus.c2039 if (nx != NULL && (nx->nx_flags & NXF_CLOSED)) { in nx_find()
2067 if (nx->nx_flags & NXF_CLOSED) { in nx_close()
2083 os_atomic_or(&nx->nx_flags, NXF_CLOSED, relaxed); in nx_close()
/xnu-12377.1.9/bsd/skywalk/nexus/netif/
H A Dnx_netif.c2769 if ((nx->nx_flags & NXF_CLOSED) != 0) { in nx_netif_configure_rx_flow_steering()
3485 if (NX_REJECT_ACT(nx) || (nx->nx_flags & NXF_CLOSED) != 0) {
/xnu-12377.1.9/bsd/skywalk/channel/
H A Dchannel.c1839 (nx->nx_flags & NXF_CLOSED)) { in ch_close_common()