Home
last modified time | relevance | path

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

/external/rust/crates/quiche/src/
Dpath.rs659 pub fn insert_path(&mut self, path: Path, is_server: bool) -> Result<usize> { in insert_path() method
931 path_mgr.insert_path(probed_path, false).unwrap(); in path_validation_limited_mtu()
Dlib.rs7253 let pid = self.paths.insert_path(path, self.is_server)?; in get_or_create_recv_path_id()
7330 .insert_path(path, false) in create_path_on_client()