Lines Matching refs:hystart
170 if r.hystart.enabled() && epoch == packet::EPOCH_APPLICATION { in on_packet_acked()
184 if r.hystart.enabled() && in on_packet_acked()
186 r.hystart.lss_start_time().is_some() in on_packet_acked()
188 ca_start_time = r.hystart.lss_start_time().unwrap(); in on_packet_acked()
233 if r.hystart.enabled() && in on_packet_acked()
235 r.hystart.lss_start_time().is_some() in on_packet_acked()
283 if r.hystart.enabled() && epoch == packet::EPOCH_APPLICATION { in congestion_event()
284 r.hystart.congestion_event(); in congestion_event()
292 use crate::recovery::hystart;
481 let n_rtt_sample = hystart::N_RTT_SAMPLE; in cubic_hystart_limited_slow_start()
483 r.hystart.start_round(pkt_num); in cubic_hystart_limited_slow_start()
511 assert_eq!(r.hystart.lss_start_time().is_some(), false); in cubic_hystart_limited_slow_start()
514 r.hystart.start_round(pkts_1st_round * 2 + 1); in cubic_hystart_limited_slow_start()
549 assert_eq!(r.hystart.lss_start_time().is_some(), true); in cubic_hystart_limited_slow_start()