Searched refs:o_key (Results 1 – 1 of 1) sorted by relevance
198 let o_key = format!("udp:{}:{}", from.source_addr(), bound); in translate_outbound() localVariable201 let m_mapped = if let Some(m) = self.find_outbound_mapping(&o_key).await { in translate_outbound()240 outbound_map.insert(o_key.clone(), Arc::new(m.clone())); in translate_outbound()248 o_key, in translate_outbound()365 pub(crate) async fn find_outbound_mapping(&self, o_key: &str) -> Option<Arc<Mapping>> { in find_outbound_mapping()370 if let Some(m) = outbound_map.get(o_key) { in find_outbound_mapping()403 outbound_map.get(o_key).map(Arc::clone) in find_outbound_mapping()