Lines Matching refs:EPOCH_APPLICATION
170 if r.hystart.enabled() && epoch == packet::EPOCH_APPLICATION { in on_packet_acked()
185 epoch == packet::EPOCH_APPLICATION && in on_packet_acked()
234 epoch == packet::EPOCH_APPLICATION && in on_packet_acked()
283 if r.hystart.enabled() && epoch == packet::EPOCH_APPLICATION { in congestion_event()
356 r.on_packets_acked(acked, packet::EPOCH_APPLICATION, now); in cubic_slow_start()
371 r.congestion_event(now, packet::EPOCH_APPLICATION, now); in cubic_congestion_event()
391 r.congestion_event(now, packet::EPOCH_APPLICATION, now); in cubic_congestion_avoidance()
408 r.on_packets_acked(acked, packet::EPOCH_APPLICATION, now + rtt * 3); in cubic_congestion_avoidance()
426 r.congestion_event(now, packet::EPOCH_APPLICATION, now); in cubic_collapse_cwnd_and_restart()
444 r.on_packets_acked(acked.clone(), packet::EPOCH_APPLICATION, now); in cubic_collapse_cwnd_and_restart()
448 r.on_packets_acked(acked, packet::EPOCH_APPLICATION, now); in cubic_collapse_cwnd_and_restart()
462 let epoch = packet::EPOCH_APPLICATION; in cubic_hystart_limited_slow_start()