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.c954 ASSERT(!(bfp->bf_flags & BFF_INTREE)); in fwd_unref()
965 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()
1108 bfnew->bf_flags |= (BFF_INTREE | BFF_LOCALADDR); in fwd_update_local()
1198 ASSERT(bfp->bf_flags & BFF_INTREE); in link_shutdown()
1200 bfp->bf_flags &= ~BFF_INTREE; in link_shutdown()
[all …]
/illumos-gate/usr/src/uts/common/net/
H A Dbridge_impl.h230 #define BFF_INTREE 0x0001 macro