Searched refs:lo_name (Results 1 – 1 of 1) sorted by relevance
114 let mut lo_name = String::new(); in test_net_native_unexpected_operations() localVariable119 lo_name = ifc.name.clone(); in test_net_native_unexpected_operations()128 if !lo_name.is_empty() { in test_net_native_unexpected_operations()129 if let Some(ifc) = nw.get_interface(&lo_name).await { in test_net_native_unexpected_operations()130 assert_eq!(ifc.name, lo_name, "should match ifc name"); in test_net_native_unexpected_operations()