Searched refs:CHANF_CLOSING (Results 1 – 5 of 5) sorted by relevance
1816 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()
187 #define CHANF_CLOSING (1U << 30) /* channel is being closed */ macro
755 if (__improbable(ch->ch_flags & (CHANF_CLOSING | CHANF_DEFUNCT))) { in __channel_set_opt()
1640 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()
3202 flags |= (ch_flags & CHANF_CLOSING) ? SCHF_CLOSING : 0; in nexus_channel_get_flags()