Searched refs:bstp_timer_expired (Results 1 – 1 of 1) sorted by relevance
167 static int bstp_timer_expired(struct bridge_timer *, uint16_t);1070 if (bstp_timer_expired(&sc->sc_hello_timer, sc->sc_hello_time)) in bstp_tick()1073 if (bstp_timer_expired(&sc->sc_tcn_timer, sc->sc_bridge_hello_time)) in bstp_tick()1076 if (bstp_timer_expired(&sc->sc_topology_change_timer, in bstp_tick()1083 if (bstp_timer_expired(&bif->bif_message_age_timer, in bstp_tick()1091 if (bstp_timer_expired(&bif->bif_forward_delay_timer, in bstp_tick()1095 if (bstp_timer_expired(&bif->bif_hold_timer, in bstp_tick()1121 bstp_timer_expired(struct bridge_timer *t, uint16_t v) in bstp_timer_expired() function