Home
last modified time | relevance | path

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.c727 if (!(bip->bi_flags & BIF_SHUTDOWN) && in bridge_find_name()
758 if (bip != NULL && (bip->bi_flags & BIF_SHUTDOWN)) { in bridge_create()
799 bip->bi_flags |= BIF_SHUTDOWN; in bridge_create()
808 ASSERT(bip->bi_flags & BIF_SHUTDOWN); in bridge_unref()
994 if (!(bip->bi_flags & BIF_SHUTDOWN) && in fwd_insert()
1070 if ((bip->bi_flags & BIF_SHUTDOWN) || in fwd_update_local()
1232 if (bip->bi_flags & BIF_SHUTDOWN) { in shutdown_inst()
1243 bip->bi_flags |= BIF_SHUTDOWN; in shutdown_inst()
1421 if (bip->bi_flags & BIF_SHUTDOWN) in bridge_timer()