Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/net/
H A Dbridgestp.c1060 if (bp->bp_sync || !bp->bp_synced || bp->bp_reroot) { in bstp_update_roles()
1061 bp->bp_sync = 0; in bstp_update_roles()
1086 if (bp->bp_sync || !bp->bp_synced || bp->bp_reroot) { in bstp_update_roles()
1087 bp->bp_sync = 0; in bstp_update_roles()
1103 bp->bp_sync = 0; in bstp_update_roles()
1147 (bp->bp_sync && bp->bp_synced)) { in bstp_update_roles()
1150 bp->bp_sync = 0; in bstp_update_roles()
1171 !bp->bp_sync) { in bstp_update_roles()
1191 if (((bp->bp_sync && !bp->bp_synced) || in bstp_update_roles()
1340 bp->bp_sync = 1; in bstp_set_all_sync()
[all …]
H A Dbridgestp.h357 uint8_t bp_sync; member