Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/net/
H A Dbridgestp.c553 if (bp->bp_active == 0) { in bstp_input()
1906 if (bp->bp_active == 1 && bs->bs_state_cb != NULL) { in bstp_notify_state()
1935 if (bp->bp_active == 1 && bs->bs_rtage_cb != NULL) { in bstp_notify_rtage()
2375 KASSERT(bp->bp_active == 0, ("already a bstp member")); in bstp_enable()
2387 bp->bp_active = 1; in bstp_enable()
2400 KASSERT(bp->bp_active == 1, ("not a bstp member")); in bstp_disable()
2405 bp->bp_active = 0; in bstp_disable()
2416 KASSERT(bp->bp_active == 0, ("port is still attached")); in bstp_destroy()
H A Dbridgestp.h322 uint8_t bp_active; member