Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dbridgestp.c601 bs->bs_allsynced = 0; in bstp_received_bpdu()
907 if (!bs->bs_allsynced) { in bstp_update_state()
916 bs->bs_allsynced = synced; in bstp_update_state()
938 if ((bs->bs_allsynced && !bp->bp_agree) || in bstp_update_roles()
969 if ((bs->bs_allsynced && !bp->bp_agree) || in bstp_update_roles()
1145 bs->bs_allsynced = 0; in bstp_update_info()
1199 bs->bs_allsynced = 0; in bstp_set_all_sync()
1275 bs->bs_allsynced = 0; in bstp_set_port_role()
H A Dbridgestp.h356 uint8_t bs_allsynced; member