Searched refs:BIF_SHUTDOWN (Results 1 – 2 of 2) sorted by relevance
112 #define BIF_SHUTDOWN 0x0001 /* control stream has closed */ macro
724 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()