Home
last modified time | relevance | path

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

/aosp_15_r20/system/netd/server/
H A DRouteController.cpp509 [[nodiscard]] static int modifyVpnOutputToLocalRule(const char* vpnInterface, bool add) { in modifyVpnOutputToLocalRule() function
1119 if (int ret = modifyVpnOutputToLocalRule(interface, add)) { in modifyVirtualNetwork()