Home
last modified time | relevance | path

Searched refs:CHANF_CLOSING (Results 1 – 5 of 5) sorted by relevance

/xnu-10002.1.13/bsd/skywalk/channel/
H A Dchannel_var.h187 #define CHANF_CLOSING (1U << 30) /* channel is being closed */ macro
H A Dchannel.c1805 ASSERT(!(ch->ch_flags & CHANF_CLOSING)); in ch_close_common()
1806 os_atomic_or(&ch->ch_flags, CHANF_CLOSING, relaxed); in ch_close_common()
2320 if (ch->ch_flags & CHANF_CLOSING) { in ch_configure_interface_advisory_event()
H A Dchannel_syscalls.c765 if (__improbable(ch->ch_flags & (CHANF_CLOSING | CHANF_DEFUNCT))) { in __channel_set_opt()
/xnu-10002.1.13/bsd/skywalk/nexus/flowswitch/
H A Dfsw.c1821 if ((ch->ch_flags & CHANF_CLOSING) || in fsw_mib_get_flow_adv()
2104 if ((ch->ch_flags & CHANF_CLOSING) || in fsw_mib_get_userstack_stats()
/xnu-10002.1.13/bsd/skywalk/nexus/
H A Dnexus.c3183 flags |= (ch_flags & CHANF_CLOSING) ? SCHF_CLOSING : 0; in nexus_channel_get_flags()