Home
last modified time | relevance | path

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

/src/sys/net/
H A Dbridgestp.c929 if (!(bp2->bp_synced || in bstp_update_state()
950 if (bp->bp_sync || !bp->bp_synced || bp->bp_reroot) { in bstp_update_roles()
952 bp->bp_synced = 1; in bstp_update_roles()
976 if (bp->bp_sync || !bp->bp_synced || bp->bp_reroot) { in bstp_update_roles()
978 bp->bp_synced = 1; in bstp_update_roles()
1035 !bp->bp_synced) || (bp->bp_agreed && !bp->bp_synced) || in bstp_update_roles()
1036 (bp->bp_operedge && !bp->bp_synced) || in bstp_update_roles()
1037 (bp->bp_sync && bp->bp_synced)) { in bstp_update_roles()
1039 bp->bp_synced = 1; in bstp_update_roles()
1077 if (((bp->bp_sync && !bp->bp_synced) || in bstp_update_roles()
[all …]
H A Dbridgestp.h316 uint8_t bp_synced; member