Home
last modified time | relevance | path

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

/system/netd/server/
DRouteController.cpp145 sInterfaceToTable[interface] = index; in getRouteTableForInterfaceLocked()
150 auto iter = sInterfaceToTable.find(interface); in getRouteTableForInterfaceLocked()
151 if (iter == sInterfaceToTable.end()) { in getRouteTableForInterfaceLocked()
161 auto iter = sInterfaceToTable.find(interface); in getIfIndex()
162 if (iter == sInterfaceToTable.end()) { in getIfIndex()
196 for (const auto& entry : sInterfaceToTable) { in updateTableNamesFile()
944 sInterfaceToTable.erase(interface); in flushRoutes()
1095 std::map<std::string, uint32_t> RouteController::sInterfaceToTable; member in android::net::RouteController
DRouteController.h118 static std::map<std::string, uint32_t> sInterfaceToTable GUARDED_BY(sInterfaceToTableLock);