Searched refs:getRouteTableForInterface (Results 1 – 2 of 2) sorted by relevance
170 uint32_t RouteController::getRouteTableForInterface(const char* interface) { in getRouteTableForInterface() function in android::net::RouteController609 uint32_t table = getRouteTableForInterface(physicalInterface); in modifyVpnFallthroughRule()673 uint32_t table = getRouteTableForInterface(interface); in configureDummyNetwork()724 uint32_t table = getRouteTableForInterface(interface); in modifyPhysicalNetwork()788 uint32_t table = getRouteTableForInterface(interface); in modifyVirtualNetwork()825 uint32_t table = getRouteTableForInterface(interface); in modifyDefaultNetwork()846 uint32_t table = getRouteTableForInterface(outputInterface); in modifyTetheredNetwork()863 table = getRouteTableForInterface(interface); in modifyRoute()
125 … static uint32_t getRouteTableForInterface(const char *interface) EXCLUDES(sInterfaceToTableLock);