Searched refs:CHANF_EXCLUSIVE (Results 1 – 2 of 2) sorted by relevance
331 boolean_t excl = !!(ch->ch_flags & CHANF_EXCLUSIVE); in na_krings_use()383 boolean_t excl = !!(ch->ch_flags & CHANF_EXCLUSIVE); in na_krings_unuse()456 atomic_bitclear_32(&ch->ch_flags, (CHANF_RXONLY | CHANF_EXCLUSIVE | in na_bind_channel()459 atomic_bitset_32(&ch->ch_flags, CHANF_EXCLUSIVE); in na_bind_channel()695 atomic_bitclear_32(&ch->ch_flags, (CHANF_RXONLY | CHANF_EXCLUSIVE)); in na_unbind_channel()
178 #define CHANF_EXCLUSIVE 0x20 /* exclusive bind to ring(s) */ macro