Lines Matching refs:EPOCH_COUNT
76 time_of_last_sent_ack_eliciting_pkt: [Option<Instant>; packet::EPOCH_COUNT],
78 largest_acked_pkt: [u64; packet::EPOCH_COUNT],
80 largest_sent_pkt: [u64; packet::EPOCH_COUNT],
94 loss_time: [Option<Instant>; packet::EPOCH_COUNT],
96 sent: [VecDeque<Sent>; packet::EPOCH_COUNT],
98 pub lost: [Vec<frame::Frame>; packet::EPOCH_COUNT],
100 pub acked: [Vec<frame::Frame>; packet::EPOCH_COUNT],
104 pub loss_probes: [usize; packet::EPOCH_COUNT],
106 in_flight_count: [usize; packet::EPOCH_COUNT],
138 time_of_last_sent_ack_eliciting_pkt: [None; packet::EPOCH_COUNT], in new()
140 largest_acked_pkt: [std::u64::MAX; packet::EPOCH_COUNT], in new()
142 largest_sent_pkt: [0; packet::EPOCH_COUNT], in new()
160 loss_time: [None; packet::EPOCH_COUNT], in new()
170 loss_probes: [0; packet::EPOCH_COUNT], in new()
172 in_flight_count: [0; packet::EPOCH_COUNT], in new()
516 for e in packet::EPOCH_HANDSHAKE..packet::EPOCH_COUNT { in loss_time_and_space()
546 for e in packet::EPOCH_INITIAL..packet::EPOCH_COUNT { in pto_time_and_space()