Searched refs:active_dcid_seq (Results 1 – 2 of 2) sorted by relevance
125 pub active_dcid_seq: Option<u64>, field202 let (state, active_scid_seq, active_dcid_seq) = if is_initial { in new()212 active_dcid_seq, in new()258 self.active && self.working() && self.active_dcid_seq.is_some() in active()266 self.active_dcid_seq.is_some()) in usable()273 !self.active() && self.active_dcid_seq.is_none() in unused()793 let no_spare_dcid = self.get_mut(new_pid)?.active_dcid_seq.is_none(); in on_peer_migrated()796 self.get_mut(new_pid)?.active_dcid_seq = in on_peer_migrated()797 self.get_mut(active_path_id)?.active_dcid_seq; in on_peer_migrated()
2875 .filter(|(_, p)| p.active_dcid_seq.is_none()); in recv_single()2879 p.active_dcid_seq = Some(0); in recv_single()2890 p.active_dcid_seq = Some(dcid_seq); in recv_single()3373 let dcid_seq = path.active_dcid_seq.ok_or(Error::OutOfIdentifiers)?; in send_single()3780 let dcid_seq = path.active_dcid_seq.ok_or(Error::InvalidState)?; in send_single()5635 path.active_dcid_seq.ok_or(Error::InvalidState) in probe_path()5680 return path.active_dcid_seq.ok_or(Error::OutOfIdentifiers); in migrate()5694 let dcid_seq = if let Some(dcid_seq) = path.active_dcid_seq { in migrate()5703 path.active_dcid_seq = Some(dcid_seq); in migrate()5715 .active_dcid_seq in migrate()[all …]