Searched refs:getRouteTableForInterface (Results 1 – 2 of 2) sorted by relevance
182 uint32_t RouteController::getRouteTableForInterface(const char* interface) { in getRouteTableForInterface() function in android::net::RouteController625 uint32_t table = getRouteTableForInterface(physicalInterface); in modifyVpnFallthroughRule()690 uint32_t table = getRouteTableForInterface(interface); in configureDummyNetwork()797 uint32_t table = getRouteTableForInterface(interface); in modifyPhysicalNetwork()955 uint32_t table = getRouteTableForInterface(interface); in modifyVirtualNetwork()996 uint32_t table = getRouteTableForInterface(interface); in modifyDefaultNetwork()1016 uint32_t table = getRouteTableForInterface(outputInterface); in modifyTetheredNetwork()1033 table = getRouteTableForInterface(interface); in modifyRoute()
190 … static uint32_t getRouteTableForInterface(const char *interface) EXCLUDES(sInterfaceToTableLock);