Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dbridgestp.c929 if (bp->bp_sync || !bp->bp_synced || bp->bp_reroot) { in bstp_update_roles()
930 bp->bp_sync = 0; in bstp_update_roles()
956 bp->bp_sync = 0; in bstp_update_roles()
972 bp->bp_sync = 0; in bstp_update_roles()
1016 (bp->bp_sync && bp->bp_synced)) { in bstp_update_roles()
1019 bp->bp_sync = 0; in bstp_update_roles()
1040 !bp->bp_sync) { in bstp_update_roles()
1056 if (((bp->bp_sync && !bp->bp_synced) || in bstp_update_roles()
1195 bp->bp_sync = 1; in bstp_set_all_sync()
1261 bp->bp_sync = 0; in bstp_set_port_role()
[all …]
H A Dbridgestp.h317 uint8_t bp_sync; member