Lines Matching refs:bstp_timer_start
165 static void bstp_timer_start(struct bridge_timer *, uint16_t);
210 bstp_timer_start(&bif->bif_hold_timer, 0); in bstp_transmit_config()
323 bstp_timer_start(&bif->bif_message_age_timer, cu->cu_message_age); in bstp_record_config_information()
533 bstp_timer_start(&bif->bif_forward_delay_timer, 0); in bstp_make_forwarding()
564 bstp_timer_start(&sc->sc_topology_change_timer, 0); in bstp_topology_change_detection()
567 bstp_timer_start(&sc->sc_tcn_timer, 0); in bstp_topology_change_detection()
703 bstp_timer_start(&sc->sc_tcn_timer, 0); in bstp_received_config_bpdu()
734 bstp_timer_start(&sc->sc_hello_timer, 0); in bstp_hello_timer_expiry()
756 bstp_timer_start(&sc->sc_hello_timer, 0); in bstp_message_age_timer_expiry()
766 bstp_timer_start(&bif->bif_forward_delay_timer, 0); in bstp_forward_delay_timer_expiry()
794 bstp_timer_start(&sc->sc_tcn_timer, 0); in bstp_tcn_timer_expiry()
883 bstp_timer_start(&sc->sc_hello_timer, 0); in bstp_initialization()
953 bstp_timer_start(&sc->sc_hello_timer, 0); in bstp_disable_port()
986 bstp_timer_start(&sc->sc_hello_timer, 0); in bstp_set_bridge_priority()
1107 bstp_timer_start(struct bridge_timer *t, uint16_t v) in bstp_timer_start() function