Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dbridgestp.c928 if (!(bp2->bp_synced || in bstp_update_state()
949 if (bp->bp_sync || !bp->bp_synced || bp->bp_reroot) { in bstp_update_roles()
951 bp->bp_synced = 1; in bstp_update_roles()
975 if (bp->bp_sync || !bp->bp_synced || bp->bp_reroot) { in bstp_update_roles()
977 bp->bp_synced = 1; in bstp_update_roles()
1034 !bp->bp_synced) || (bp->bp_agreed && !bp->bp_synced) || in bstp_update_roles()
1035 (bp->bp_operedge && !bp->bp_synced) || in bstp_update_roles()
1036 (bp->bp_sync && bp->bp_synced)) { in bstp_update_roles()
1038 bp->bp_synced = 1; in bstp_update_roles()
1076 if (((bp->bp_sync && !bp->bp_synced) || in bstp_update_roles()
[all …]
H A Dbridgestp.h316 uint8_t bp_synced; member