Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dbridgestp.c461 if (bp->bp_active == 0) { in bstp_input()
1735 if (bp->bp_active == 1 && bs->bs_state_cb != NULL) in bstp_notify_state()
1763 if (bp->bp_active == 1 && bs->bs_rtage_cb != NULL) in bstp_notify_rtage()
1777 if (!bp->bp_active) in bstp_linkstate()
1795 if (!bp->bp_active) in bstp_ifupdstatus()
2231 KASSERT(bp->bp_active == 0, ("already a bstp member")); in bstp_enable()
2243 bp->bp_active = 1; in bstp_enable()
2256 KASSERT(bp->bp_active == 1, ("not a bstp member")); in bstp_disable()
2261 bp->bp_active = 0; in bstp_disable()
2272 KASSERT(bp->bp_active == 0, ("port is still attached")); in bstp_destroy()
H A Dbridgestp.h282 uint8_t bp_active; member