Searched refs:treconfig (Results 1 – 2 of 2) sorted by relevance
69 pub(crate) treconfig: Option<RtxTimer<AssociationInternal>>, field283 if let Some(treconfig) = &self.treconfig { in close_all_timers()284 treconfig.stop().await; in close_all_timers()403 if let Some(treconfig) = &self.treconfig { in gather_outbound_data_and_reconfig_packets()404 treconfig.start(self.rto_mgr.get_rto()).await; in gather_outbound_data_and_reconfig_packets()1754 if let Some(treconfig) = &self.treconfig { in handle_reconfig_param()1755 treconfig.stop().await; in handle_reconfig_param()
359 ai.treconfig = Some(RtxTimer::new( in new()