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.rs1522 self.drop_epoch_state(packet::EPOCH_INITIAL, now); in recv_single()
1577 self.drop_epoch_state(packet::EPOCH_INITIAL, now); in recv_single()
1875 self.drop_epoch_state(packet::EPOCH_INITIAL, now); in recv_single()
2586 self.drop_epoch_state(packet::EPOCH_INITIAL, now); in send()
3589 self.drop_epoch_state(packet::EPOCH_HANDSHAKE, now); in process_frame()
3894 self.drop_epoch_state(packet::EPOCH_HANDSHAKE, now); in process_frame()
3919 fn drop_epoch_state(&mut self, epoch: packet::Epoch, now: time::Instant) { in drop_epoch_state() method