Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dbridgestp.c910 if (!(bp2->bp_synced || in bstp_update_state()
931 bp->bp_synced = 1; in bstp_update_roles()
957 bp->bp_synced = 1; in bstp_update_roles()
1014 !bp->bp_synced) || (bp->bp_agreed && !bp->bp_synced) || in bstp_update_roles()
1016 (bp->bp_sync && bp->bp_synced)) { in bstp_update_roles()
1018 bp->bp_synced = 1; in bstp_update_roles()
1056 if (((bp->bp_sync && !bp->bp_synced) || in bstp_update_roles()
1143 if (bp->bp_synced && !bp->bp_agreed) { in bstp_update_info()
1144 bp->bp_synced = 0; in bstp_update_info()
1262 bp->bp_synced = 1; in bstp_set_port_role()
[all …]
H A Dbridgestp.h318 uint8_t bp_synced; member