Home
last modified time | relevance | path

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

/system/netd/server/
DRouteController.cpp145 auto iter = sInterfaceToTable.find(interface); in getRouteTableForInterfaceLocked()
146 if (iter != sInterfaceToTable.end()) { in getRouteTableForInterfaceLocked()
156 sInterfaceToTable[interface] = index; in getRouteTableForInterfaceLocked()
163 auto iter = sInterfaceToTable.find(interface); in getIfIndex()
164 if (iter == sInterfaceToTable.end()) { in getIfIndex()
208 for (const auto& entry : sInterfaceToTable) { in updateTableNamesFile()
1144 sInterfaceToTable.erase(interface); in flushRoutes()
1175 sInterfaceToTable[interface] = ROUTE_TABLE_LOCAL_NETWORK; in addInterfaceToLocalNetwork()
1184 sInterfaceToTable.erase(interface); in removeInterfaceFromLocalNetwork()
1346 std::map<std::string, uint32_t> RouteController::sInterfaceToTable; member in android::net::RouteController
DRouteController.h183 static std::map<std::string, uint32_t> sInterfaceToTable GUARDED_BY(sInterfaceToTableLock);