Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/net/
H A Dbridgestp.c1041 if (!(bp2->bp_synced || in bstp_update_state()
1060 if (bp->bp_sync || !bp->bp_synced || bp->bp_reroot) { in bstp_update_roles()
1062 bp->bp_synced = 1; in bstp_update_roles()
1086 if (bp->bp_sync || !bp->bp_synced || bp->bp_reroot) { in bstp_update_roles()
1088 bp->bp_synced = 1; in bstp_update_roles()
1145 !bp->bp_synced) || (bp->bp_agreed && !bp->bp_synced) || in bstp_update_roles()
1146 (bp->bp_operedge && !bp->bp_synced) || in bstp_update_roles()
1147 (bp->bp_sync && bp->bp_synced)) { in bstp_update_roles()
1149 bp->bp_synced = 1; in bstp_update_roles()
1191 if (((bp->bp_sync && !bp->bp_synced) || in bstp_update_roles()
[all …]
H A Dbridgestp.h358 uint8_t bp_synced; member