Lines Matching refs:send_path
3155 let send_path = self.paths.get_mut(send_pid)?; in send_on_path() localVariable
3159 if !send_path.verified_peer_address && self.is_server { in send_on_path()
3160 left = cmp::min(left, send_path.max_send_bytes); in send_on_path()
3222 let send_path = self.paths.get(send_pid)?; in send_on_path() localVariable
3225 from: send_path.local_addr(), in send_on_path()
3226 to: send_path.peer_addr(), in send_on_path()
3228 at: send_path.recovery.get_packet_send_time(), in send_on_path()
6521 let send_path = self.paths.get(send_pid)?; in write_pkt_type() localVariable
6539 send_path.needs_ack_eliciting || in write_pkt_type()
6540 send_path.probing_required()) in write_pkt_type()
8314 let send_path = conn.paths.get_active()?; in encode_pkt() localVariable
8315 let active_dcid_seq = send_path in encode_pkt()
8319 let active_scid_seq = send_path in encode_pkt()