Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dbridgestp.c949 if (bp->bp_sync || !bp->bp_synced || bp->bp_reroot) { in bstp_update_roles()
950 bp->bp_sync = 0; in bstp_update_roles()
975 if (bp->bp_sync || !bp->bp_synced || bp->bp_reroot) { in bstp_update_roles()
976 bp->bp_sync = 0; in bstp_update_roles()
992 bp->bp_sync = 0; in bstp_update_roles()
1036 (bp->bp_sync && bp->bp_synced)) { in bstp_update_roles()
1039 bp->bp_sync = 0; in bstp_update_roles()
1060 !bp->bp_sync) { in bstp_update_roles()
1076 if (((bp->bp_sync && !bp->bp_synced) || in bstp_update_roles()
1215 bp->bp_sync = 1; in bstp_set_all_sync()
[all …]
H A Dbridgestp.h315 uint8_t bp_sync; member