Home
last modified time | relevance | path

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

/system/netd/server/
DTetherController.cpp671 TetherController::ForwardingDownstream* TetherController::findForwardingDownstream( in findForwardingDownstream() function in android::net::TetherController
683 ForwardingDownstream* existingEntry = findForwardingDownstream(intIface, extIface); in addForwardingPair()
697 ForwardingDownstream* existingEntry = findForwardingDownstream(intIface, extIface); in markForwardingPairDisabled()
707 ForwardingDownstream* existingEntry = findForwardingDownstream(intIface, extIface); in isForwardingPairEnabled()
735 return findForwardingDownstream(iface1, iface2) != nullptr in tetherCountingRuleExists()
736 || findForwardingDownstream(iface2, iface1) != nullptr; in tetherCountingRuleExists()
DTetherController.h183 ForwardingDownstream* findForwardingDownstream(const std::string& intIface,