Home
last modified time | relevance | path

Searched defs:active_path_id (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/rust/crates/quiche/src/
Dpath.rs524 let active_path_id = paths.insert(initial_path); in new() localVariable
785 let active_path_id = self.get_active_path_id()?; in on_peer_migrated() localVariable
Dlib.rs1699 let active_path_id = paths.get_active_path_id()?; in with_tls() localVariable
2916 let active_path_id = self.paths.get_active_path_id()?; in recv_single() localVariable
5825 let active_path_id = self.paths.get_active_path_id()?; in retire_destination_cid() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/src/
Dpath.rs524 let active_path_id = paths.insert(initial_path); in new() localVariable
785 let active_path_id = self.get_active_path_id()?; in on_peer_migrated() localVariable
Dlib.rs1699 let active_path_id = paths.get_active_path_id()?; in with_tls() localVariable
2916 let active_path_id = self.paths.get_active_path_id()?; in recv_single() localVariable
5825 let active_path_id = self.paths.get_active_path_id()?; in retire_destination_cid() localVariable