Home
last modified time | relevance | path

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

/aosp12/system/netd/server/
H A DNetworkController.cpp458 if (int ret = modifyFallthroughLocked(netId, true)) { in createVirtualNetwork()
495 if (int err = modifyFallthroughLocked(netId, false)) { in destroyNetwork()
909 int NetworkController::modifyFallthroughLocked(unsigned vpnNetId, bool add) { in modifyFallthroughLocked() function in android::net::NetworkController
H A DNetworkController.h172 [[nodiscard]] int modifyFallthroughLocked(unsigned vpnNetId, bool add);