Home
last modified time | relevance | path

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

/system/netd/server/
DTetherController.h189 bool isAnyForwardingEnabledOnUpstream(const std::string& extIface);
DTetherController.cpp609 bool firstDownstreamForThisUpstream = !isAnyForwardingEnabledOnUpstream(extIface); in enableNat()
711 bool TetherController::isAnyForwardingEnabledOnUpstream(const std::string& extIface) { in isAnyForwardingEnabledOnUpstream() function in android::net::TetherController
820 if (!isAnyForwardingEnabledOnUpstream(extIface)) maybeStopBpf(extIface); in disableNat()