Home
last modified time | relevance | path

Searched refs:drop_epoch_state (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/quiche/src/
Dlib.rs2303 self.drop_epoch_state(packet::Epoch::Initial, now); in recv_single()
2368 self.drop_epoch_state(packet::Epoch::Initial, now); in recv_single()
2946 self.drop_epoch_state(packet::Epoch::Initial, now); in recv_single()
4305 self.drop_epoch_state(packet::Epoch::Initial, now); in send_single()
6436 self.drop_epoch_state(packet::Epoch::Handshake, now); in do_handshake()
6996 self.drop_epoch_state(packet::Epoch::Handshake, now); in process_frame()
7023 fn drop_epoch_state(&mut self, epoch: packet::Epoch, now: time::Instant) { in drop_epoch_state() method