Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dbridge.c965 if (bfp->bf_flags & BFF_INTREE) { in fwd_delete()
970 if (bfp->bf_flags & BFF_INTREE) { in fwd_delete()
972 bfp->bf_flags &= ~BFF_INTREE; in fwd_delete()
998 bfp->bf_flags |= BFF_INTREE; in fwd_insert()
1053 bfp->bf_flags &= ~BFF_INTREE; in fwd_update_local()
1089 bfp->bf_flags &= ~BFF_INTREE; in fwd_update_local()
1198 ASSERT(bfp->bf_flags & BFF_INTREE); in link_shutdown()
1200 bfp->bf_flags &= ~BFF_INTREE; in link_shutdown()
1441 bfp->bf_flags &= ~BFF_INTREE; in bridge_timer()
2686 bfp->bf_flags &= ~BFF_INTREE; in bridge_trill_flush()
[all …]
/illumos-gate/usr/src/uts/common/net/
H A Dbridge_impl.h230 #define BFF_INTREE 0x0001 macro