Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/net/
H A Dbridge_impl.h112 #define BIF_SHUTDOWN 0x0001 /* control stream has closed */ macro
/titanic_41/usr/src/uts/common/io/
H A Dbridge.c724 if (!(bip->bi_flags & BIF_SHUTDOWN) && in bridge_find_name()
755 if (bip != NULL && (bip->bi_flags & BIF_SHUTDOWN)) { in bridge_create()
796 bip->bi_flags |= BIF_SHUTDOWN; in bridge_create()
805 ASSERT(bip->bi_flags & BIF_SHUTDOWN); in bridge_unref()
991 if (!(bip->bi_flags & BIF_SHUTDOWN) && in fwd_insert()
1067 if ((bip->bi_flags & BIF_SHUTDOWN) || in fwd_update_local()
1229 if (bip->bi_flags & BIF_SHUTDOWN) { in shutdown_inst()
1240 bip->bi_flags |= BIF_SHUTDOWN; in shutdown_inst()
1418 if (bip->bi_flags & BIF_SHUTDOWN) in bridge_timer()