Home
last modified time | relevance | path

Searched refs:loss_detection_timer (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/quiche/src/recovery/
Dmod.rs80 loss_detection_timer: Option<Instant>, field
199 loss_detection_timer: None, in new_with_config()
668 pub fn loss_detection_timer(&self) -> Option<Instant> { in loss_detection_timer() method
669 self.loss_detection_timer in loss_detection_timer()
847 self.loss_detection_timer = earliest_loss_time; in set_loss_detection_timer()
852 self.loss_detection_timer = None; in set_loss_detection_timer()
858 self.loss_detection_timer = timeout; in set_loss_detection_timer()
1142 match self.loss_detection_timer { in fmt()
1566 now = r.loss_detection_timer().unwrap(); in loss_on_pto()
1800 now = r.loss_detection_timer().unwrap(); in loss_on_timer()
/aosp_15_r20/external/rust/crates/quiche/src/recovery/
Dmod.rs80 loss_detection_timer: Option<Instant>, field
199 loss_detection_timer: None, in new_with_config()
668 pub fn loss_detection_timer(&self) -> Option<Instant> { in loss_detection_timer() method
669 self.loss_detection_timer in loss_detection_timer()
847 self.loss_detection_timer = earliest_loss_time; in set_loss_detection_timer()
852 self.loss_detection_timer = None; in set_loss_detection_timer()
858 self.loss_detection_timer = timeout; in set_loss_detection_timer()
1142 match self.loss_detection_timer { in fmt()
1566 now = r.loss_detection_timer().unwrap(); in loss_on_pto()
1800 now = r.loss_detection_timer().unwrap(); in loss_on_timer()
/aosp_15_r20/external/rust/crates/quiche/src/
Dlib.rs5466 .filter_map(|(_, p)| p.recovery.loss_detection_timer()) in timeout_instant()
5552 if let Some(timer) = p.recovery.loss_detection_timer() { in on_timeout()
14665 .loss_detection_timer() in losing_probing_packets()
14731 .loss_detection_timer() in failed_path_validation()
15500 .loss_detection_timer() in resilience_against_migration_attack()
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/src/
Dlib.rs5466 .filter_map(|(_, p)| p.recovery.loss_detection_timer()) in timeout_instant()
5552 if let Some(timer) = p.recovery.loss_detection_timer() { in on_timeout()
14665 .loss_detection_timer() in losing_probing_packets()
14731 .loss_detection_timer() in failed_path_validation()
15500 .loss_detection_timer() in resilience_against_migration_attack()