Searched refs:t1cookie (Results 1 – 2 of 2) sorted by relevance
66 pub(crate) t1cookie: Option<RtxTimer<AssociationInternal>>, field274 if let Some(t1cookie) = &self.t1cookie { in close_all_timers()275 t1cookie.stop().await; in close_all_timers()785 if let Some(t1cookie) = &self.t1cookie { in handle_init_ack()786 t1cookie.start(self.rto_mgr.get_rto()).await; in handle_init_ack()845 if let Some(t1cookie) = &self.t1cookie { in handle_cookie_echo()846 t1cookie.stop().await; in handle_cookie_echo()881 if let Some(t1cookie) = &self.t1cookie { in handle_cookie_ack()882 t1cookie.stop().await; in handle_cookie_ack()
344 ai.t1cookie = Some(RtxTimer::new( in new()