Searched refs:BIF_SHUTDOWN (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/net/
H A Dbridge_impl.h112 #define BIF_SHUTDOWN 0x0001 /* control stream has closed */ macro
/illumos-gate/usr/src/uts/common/io/
H A Dbridge.c81 * BIF_SHUTDOWN flag is set, and no new increments may occur. When the last
724 if (!(bip->bi_flags & BIF_SHUTDOWN) &&
755 if (bip != NULL && (bip->bi_flags & BIF_SHUTDOWN)) {
796 bip->bi_flags |= BIF_SHUTDOWN;
805 ASSERT(bip->bi_flags & BIF_SHUTDOWN);
991 if (!(bip->bi_flags & BIF_SHUTDOWN) &&
1067 if ((bip->bi_flags & BIF_SHUTDOWN) ||
1229 if (bip->bi_flags & BIF_SHUTDOWN) {
1240 bip->bi_flags |= BIF_SHUTDOWN;
1418 if (bip->bi_flags & BIF_SHUTDOWN)
[all...]

Completed in 306 milliseconds