Lines Matching defs:Epoch
319 &mut self, mut pkt: Sent, epoch: packet::Epoch, in on_packet_sent()
398 &mut self, epoch: packet::Epoch, now: Instant, packet_size: usize, in schedule_next_packet()
421 epoch: packet::Epoch, handshake_status: HandshakeStatus, now: Instant, in on_ack_received()
644 &mut self, epoch: packet::Epoch, handshake_status: HandshakeStatus, in on_pkt_num_space_discarded()
774 fn loss_time_and_space(&self) -> (Option<Instant>, packet::Epoch) { in loss_time_and_space()
795 ) -> (Option<Instant>, packet::Epoch) { in pto_time_and_space()
862 &mut self, epoch: packet::Epoch, now: Instant, trace_id: &str, in detect_lost_packets()
941 fn drain_packets(&mut self, epoch: packet::Epoch, now: Instant) { in drain_packets()
973 &mut self, acked: Vec<Acked>, epoch: packet::Epoch, now: Instant, in on_packets_acked()
1005 epoch: packet::Epoch, now: Instant, in on_packets_lost()
1017 &mut self, lost_bytes: usize, time_sent: Instant, epoch: packet::Epoch, in congestion_event()