Searched refs:BFF_INTREE (Results 1 – 2 of 2) sorted by relevance
954 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 …]
230 #define BFF_INTREE 0x0001 macro