Home
last modified time | relevance | path

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

/external/rust/crates/quiche/src/
Dlib.rs3146 let send_pid = match (from, to) { in send_on_path() localVariable
3155 let send_path = self.paths.get_mut(send_pid)?; in send_on_path()
3167 send_pid, in send_on_path()
3192 if self.paths.get_mut(send_pid)?.recovery.loss_probes[epoch] > 0 { in send_on_path()
3199 self.get_send_path_id(from, to)? != send_pid in send_on_path()
3222 let send_path = self.paths.get(send_pid)?; in send_on_path()
3235 &mut self, out: &mut [u8], send_pid: usize, has_initial: bool, in send_single()
3251 let pkt_type = self.write_pkt_type(send_pid)?; in send_single()
3361 let path = self.paths.get_mut(send_pid)?; in send_single()
6457 fn write_pkt_type(&self, send_pid: usize) -> Result<packet::Type> { in write_pkt_type()
[all …]