Lines Matching defs:Instant
216 handshake_status: HandshakeStatus, now: Instant, trace_id: &str, in on_packet_sent()
268 fn on_packet_sent_cc(&mut self, sent_bytes: usize, now: Instant) { in on_packet_sent_cc()
278 pub fn get_packet_send_time(&self) -> Option<Instant> { in get_packet_send_time()
283 &mut self, epoch: packet::Epoch, now: Instant, packet_size: usize, in schedule_next_packet()
313 epoch: packet::Epoch, handshake_status: HandshakeStatus, now: Instant, in on_ack_received()
423 &mut self, handshake_status: HandshakeStatus, now: Instant, in on_loss_detection_timeout()
487 now: Instant, in on_pkt_num_space_discarded()
510 pub fn loss_detection_timer(&self) -> Option<Instant> { in loss_detection_timer()
558 &mut self, latest_rtt: Duration, ack_delay: Duration, now: Instant, in update_rtt()
595 fn loss_time_and_space(&self) -> (Option<Instant>, packet::Epoch) { in loss_time_and_space()
614 &self, handshake_status: HandshakeStatus, now: Instant, in pto_time_and_space()
615 ) -> (Option<Instant>, packet::Epoch) { in pto_time_and_space()
659 &mut self, handshake_status: HandshakeStatus, now: Instant, in set_loss_detection_timer()
680 &mut self, epoch: packet::Epoch, now: Instant, trace_id: &str, in detect_lost_packets()
778 &mut self, acked: Vec<Acked>, epoch: packet::Epoch, now: Instant, in on_packets_acked()
803 epoch: packet::Epoch, now: Instant, in on_packets_lost()
815 &mut self, time_sent: Instant, epoch: packet::Epoch, now: Instant, in congestion_event()