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

/xnu-2422.115.4/bsd/net/
H A Dbridgestp.h322 uint8_t bp_active; member in struct:bstp_port
H A Dbridgestp.c539 if (bp->bp_active == 0) {
1818 if (bp->bp_active == 1 && bs->bs_state_cb != NULL)
1846 if (bp->bp_active == 1 && bs->bs_rtage_cb != NULL)
2271 KASSERT(bp->bp_active == 0, ("already a bstp member"));
2283 bp->bp_active = 1;
2296 KASSERT(bp->bp_active == 1, ("not a bstp member"));
2301 bp->bp_active = 0;
2312 KASSERT(bp->bp_active == 0, ("port is still attached"));

Completed in 25 milliseconds