Searched refs:ifInstanceName (Results 1 – 2 of 2) sorted by relevance
921 const std::string& ifname, const std::string& ifInstanceName) { in removeIfaceInstanceFromBridgedApIfaceInternal() argument923 if (!iface.get() || ifInstanceName.empty()) { in removeIfaceInstanceFromBridgedApIfaceInternal()931 if (iface == ifInstanceName) { in removeIfaceInstanceFromBridgedApIfaceInternal()933 LOG(ERROR) << "Failed to remove interface: " << ifInstanceName << " from " in removeIfaceInstanceFromBridgedApIfaceInternal()945 std::remove(ap_instances.begin(), ap_instances.end(), ifInstanceName), in removeIfaceInstanceFromBridgedApIfaceInternal()954 iface->removeInstance(ifInstanceName); in removeIfaceInstanceFromBridgedApIfaceInternal()
192 const std::string& brIfaceName, const std::string& ifInstanceName);