Home
last modified time | relevance | path

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

/freebsd-12.1/sys/net/
H A Dbridgestp.c930 if (bp->bp_sync || !bp->bp_synced || bp->bp_reroot) { in bstp_update_roles()
931 bp->bp_sync = 0; in bstp_update_roles()
957 bp->bp_sync = 0; in bstp_update_roles()
973 bp->bp_sync = 0; in bstp_update_roles()
1017 (bp->bp_sync && bp->bp_synced)) { in bstp_update_roles()
1020 bp->bp_sync = 0; in bstp_update_roles()
1041 !bp->bp_sync) { in bstp_update_roles()
1057 if (((bp->bp_sync && !bp->bp_synced) || in bstp_update_roles()
1196 bp->bp_sync = 1; in bstp_set_all_sync()
1262 bp->bp_sync = 0; in bstp_set_port_role()
[all …]
H A Dbridgestp.h318 uint8_t bp_sync; member