Home
last modified time | relevance | path

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

/system/netd/server/
DNetworkController.h157 int modifyFallthroughLocked(unsigned vpnNetId, bool add) WARN_UNUSED_RESULT;
DNetworkController.cpp428 if (int ret = modifyFallthroughLocked(netId, true)) { in createVirtualNetwork()
465 if (int err = modifyFallthroughLocked(netId, false)) { in destroyNetwork()
818 int NetworkController::modifyFallthroughLocked(unsigned vpnNetId, bool add) { in modifyFallthroughLocked() function in android::net::NetworkController