Searched refs:bstp_timer_start (Results 1 – 1 of 1) sorted by relevance
/dflybsd-src/sys/net/bridge/ |
H A D | bridgestp.c | 175 static void bstp_timer_start(struct bridge_timer *, uint16_t); 239 bstp_timer_start(&bif->bif_hold_timer, 0); in bstp_transmit_config() 390 bstp_timer_start(&bif->bif_message_age_timer, cu->cu_message_age); in bstp_record_config_information() 714 bstp_timer_start(&bif->bif_forward_delay_timer, 0); in bstp_make_forwarding() 823 bstp_timer_start(&sc->sc_topology_change_timer, 0); in bstp_topology_change_detection() 826 bstp_timer_start(&sc->sc_tcn_timer, 0); in bstp_topology_change_detection() 866 bstp_timer_start(&bif->bif_link1_timer, 0); in bstp_input() 869 bstp_timer_start(&bif->bif_link1_timer, 0); in bstp_input() 986 bstp_timer_start(&sc->sc_tcn_timer, 0); in bstp_received_config_bpdu() 1038 bstp_timer_start(&sc->sc_hello_timer, 0); in bstp_hello_timer_expiry() [all …]
|