Lines Matching refs:bstp_timer_stop

166 static void bstp_timer_stop(struct bridge_timer *);
523 bstp_timer_stop(&bif->bif_message_age_timer); in bstp_port_state_selection()
555 bstp_timer_stop(&bif->bif_forward_delay_timer); in bstp_make_blocking()
582 bstp_timer_stop(&sc->sc_tcn_timer); in bstp_topology_change_acknowledged()
708 bstp_timer_stop(&sc->sc_hello_timer); in bstp_received_config_bpdu()
711 bstp_timer_stop( in bstp_received_config_bpdu()
765 bstp_timer_stop(&sc->sc_tcn_timer); in bstp_message_age_timer_expiry()
876 bstp_timer_stop(&sc->sc_tcn_timer); in bstp_initialization()
877 bstp_timer_stop(&sc->sc_topology_change_timer); in bstp_initialization()
907 bstp_timer_stop(&bif->bif_hold_timer); in bstp_stop()
908 bstp_timer_stop(&bif->bif_message_age_timer); in bstp_stop()
909 bstp_timer_stop(&bif->bif_forward_delay_timer); in bstp_stop()
915 bstp_timer_stop(&sc->sc_topology_change_timer); in bstp_stop()
916 bstp_timer_stop(&sc->sc_tcn_timer); in bstp_stop()
917 bstp_timer_stop(&sc->sc_hello_timer); in bstp_stop()
929 bstp_timer_stop(&bif->bif_message_age_timer); in bstp_initialize_port()
930 bstp_timer_stop(&bif->bif_forward_delay_timer); in bstp_initialize_port()
931 bstp_timer_stop(&bif->bif_hold_timer); in bstp_initialize_port()
951 bstp_timer_stop(&bif->bif_message_age_timer); in bstp_disable_port()
952 bstp_timer_stop(&bif->bif_forward_delay_timer); in bstp_disable_port()
962 bstp_timer_stop(&sc->sc_tcn_timer); in bstp_disable_port()
995 bstp_timer_stop(&sc->sc_tcn_timer); in bstp_set_bridge_priority()
1128 bstp_timer_stop(struct bridge_timer *t) in bstp_timer_stop() function
1141 bstp_timer_stop(t); in bstp_timer_expired()