Home
last modified time | relevance | path

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

/system/netd/server/
DNetworkController.h178 [[nodiscard]] int modifyFallthroughLocked(unsigned vpnNetId, bool add);
DNetworkController.cpp476 if (int ret = modifyFallthroughLocked(netId, true)) { in createVirtualNetwork()
513 if (int err = modifyFallthroughLocked(netId, false)) { in destroyNetwork()
1008 int NetworkController::modifyFallthroughLocked(unsigned vpnNetId, bool add) { in modifyFallthroughLocked() function in android::net::NetworkController