Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/skywalk/channel/
H A Dchannel.c1816 ASSERT(!(ch->ch_flags & CHANF_CLOSING)); in ch_close_common()
1817 atomic_bitset_32(&ch->ch_flags, CHANF_CLOSING); in ch_close_common()
2332 if (ch->ch_flags & CHANF_CLOSING) { in ch_configure_interface_advisory_event()
H A Dchannel_var.h187 #define CHANF_CLOSING (1U << 30) /* channel is being closed */ macro
H A Dchannel_syscalls.c755 if (__improbable(ch->ch_flags & (CHANF_CLOSING | CHANF_DEFUNCT))) { in __channel_set_opt()
/xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/
H A Dfsw.c1640 if ((ch->ch_flags & CHANF_CLOSING) || in fsw_mib_get_flow_adv()
1923 if ((ch->ch_flags & CHANF_CLOSING) || in fsw_mib_get_userstack_stats()
/xnu-8019.80.24/bsd/skywalk/nexus/
H A Dnexus.c3202 flags |= (ch_flags & CHANF_CLOSING) ? SCHF_CLOSING : 0; in nexus_channel_get_flags()