Lines Matching refs:bstp_timer_stop

166 static void bstp_timer_stop(struct bridge_timer *);
517 bstp_timer_stop(&bif->bif_message_age_timer); in bstp_port_state_selection()
549 bstp_timer_stop(&bif->bif_forward_delay_timer); in bstp_make_blocking()
576 bstp_timer_stop(&sc->sc_tcn_timer); in bstp_topology_change_acknowledged()
697 bstp_timer_stop(&sc->sc_hello_timer); in bstp_received_config_bpdu()
700 bstp_timer_stop( in bstp_received_config_bpdu()
754 bstp_timer_stop(&sc->sc_tcn_timer); in bstp_message_age_timer_expiry()
865 bstp_timer_stop(&sc->sc_tcn_timer); in bstp_initialization()
866 bstp_timer_stop(&sc->sc_topology_change_timer); in bstp_initialization()
896 bstp_timer_stop(&bif->bif_hold_timer); in bstp_stop()
897 bstp_timer_stop(&bif->bif_message_age_timer); in bstp_stop()
898 bstp_timer_stop(&bif->bif_forward_delay_timer); in bstp_stop()
904 bstp_timer_stop(&sc->sc_topology_change_timer); in bstp_stop()
905 bstp_timer_stop(&sc->sc_tcn_timer); in bstp_stop()
906 bstp_timer_stop(&sc->sc_hello_timer); in bstp_stop()
918 bstp_timer_stop(&bif->bif_message_age_timer); in bstp_initialize_port()
919 bstp_timer_stop(&bif->bif_forward_delay_timer); in bstp_initialize_port()
920 bstp_timer_stop(&bif->bif_hold_timer); in bstp_initialize_port()
940 bstp_timer_stop(&bif->bif_message_age_timer); in bstp_disable_port()
941 bstp_timer_stop(&bif->bif_forward_delay_timer); in bstp_disable_port()
951 bstp_timer_stop(&sc->sc_tcn_timer); in bstp_disable_port()
984 bstp_timer_stop(&sc->sc_tcn_timer); in bstp_set_bridge_priority()
1114 bstp_timer_stop(struct bridge_timer *t) in bstp_timer_stop() function
1127 bstp_timer_stop(t); in bstp_timer_expired()