Searched refs:t2shutdown (Results 1 – 2 of 2) sorted by relevance
67 pub(crate) t2shutdown: Option<RtxTimer<AssociationInternal>>, field277 if let Some(t2shutdown) = &self.t2shutdown { in close_all_timers()278 t2shutdown.stop().await; in close_all_timers()523 if let Some(t2shutdown) = &self.t2shutdown { in gather_outbound_shutdown_packets()524 t2shutdown.start(self.rto_mgr.get_rto()).await; in gather_outbound_shutdown_packets()533 if let Some(t2shutdown) = &self.t2shutdown { in gather_outbound_shutdown_packets()534 t2shutdown.start(self.rto_mgr.get_rto()).await; in gather_outbound_shutdown_packets()1538 if let Some(t2shutdown) = &self.t2shutdown { in handle_shutdown_ack()1539 t2shutdown.stop().await; in handle_shutdown_ack()1552 if let Some(t2shutdown) = &self.t2shutdown { in handle_shutdown_complete()[all …]
349 ai.t2shutdown = Some(RtxTimer::new( in new()