Home
last modified time | relevance | path

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

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