Lines Matching refs:RtxTimerId
168 use crate::association::RtxTimerId;
176 timer_id: RtxTimerId,
185 timer_id: RtxTimerId::T1Init, in default()
194 async fn on_retransmission_timeout(&mut self, timer_id: RtxTimerId, n_rtos: usize) { in on_retransmission_timeout() argument
209 async fn on_retransmission_failure(&mut self, timer_id: RtxTimerId) { in on_retransmission_failure() argument
225 let timer_id = RtxTimerId::T1Init; in test_rtx_timer_callback_interval()
252 let timer_id = RtxTimerId::T3RTX; in test_rtx_timer_last_start_wins()
280 let timer_id = RtxTimerId::T3RTX; in test_rtx_timer_stop_right_after_start()
305 let timer_id = RtxTimerId::T1Cookie; in test_rtx_timer_start_stop_then_start()
334 let timer_id = RtxTimerId::T2Shutdown; in test_rtx_timer_start_and_stop_in_atight_loop()
360 let timer_id = RtxTimerId::Reconfig; in test_rtx_timer_should_stop_after_rtx_failure()
409 let timer_id = RtxTimerId::Reconfig; in test_rtx_timer_should_not_stop_if_max_retrans_is_zero()
462 let timer_id = RtxTimerId::Reconfig; in test_rtx_timer_stop_timer_that_is_not_running_is_noop()
488 let timer_id = RtxTimerId::Reconfig; in test_rtx_timer_closed_timer_wont_start()