Home
last modified time | relevance | path

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

/freebsd-13.1/sys/net/
H A Dbridgestp.c951 if (bp->bp_sync || !bp->bp_synced || bp->bp_reroot) { in bstp_update_roles()
952 bp->bp_sync = 0; in bstp_update_roles()
978 bp->bp_sync = 0; in bstp_update_roles()
994 bp->bp_sync = 0; in bstp_update_roles()
1038 (bp->bp_sync && bp->bp_synced)) { in bstp_update_roles()
1041 bp->bp_sync = 0; in bstp_update_roles()
1062 !bp->bp_sync) { in bstp_update_roles()
1078 if (((bp->bp_sync && !bp->bp_synced) || in bstp_update_roles()
1217 bp->bp_sync = 1; in bstp_set_all_sync()
1283 bp->bp_sync = 0; in bstp_set_port_role()
[all …]
H A Dbridgestp.h317 uint8_t bp_sync; member