Searched refs:NXF_CLOSED (Results 1 – 4 of 4) sorted by relevance
238 #define NXF_CLOSED 0x2 /* attached but closed */ macro
2039 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()
2769 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) {
1839 (nx->nx_flags & NXF_CLOSED)) { in ch_close_common()