Searched refs:getRouteTableForInterface (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/system/netd/server/ |
H A D | RouteController.cpp | 196 uint32_t RouteController::getRouteTableForInterface(const char* interface, bool local) { in getRouteTableForInterface() function in android::net::RouteController 682 uint32_t table = getRouteTableForInterface(physicalInterface, true /* local */); in modifyVpnLocalExclusionRule() 721 uint32_t table = getRouteTableForInterface(physicalInterface, false /* local */); in modifyVpnFallthroughRule() 786 uint32_t table = getRouteTableForInterface(interface, false /* local */); in configureDummyNetwork() 893 uint32_t table = getRouteTableForInterface(interface, false /* local */); in modifyPhysicalNetwork() 976 uint32_t table = getRouteTableForInterface(interface, true /* local */); in modifyUidLocalNetworkRule() 1093 uint32_t table = getRouteTableForInterface(interface, false /* false */); in modifyVirtualNetwork() 1135 uint32_t table = getRouteTableForInterface(interface, false /* local */); in modifyDefaultNetwork() 1155 uint32_t table = getRouteTableForInterface(outputInterface, false /* local */); in modifyTetheredNetwork() 1172 table = getRouteTableForInterface(interface, isLocal); in modifyRoute()
|
H A D | RouteController.h | 222 static uint32_t getRouteTableForInterface(const char* interface, bool local)
|