Home
last modified time | relevance | path

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

/system/netd/server/
DTetherController.cpp619 TetherController::ForwardingDownstream* TetherController::findForwardingDownstream( in findForwardingDownstream() function in android::net::TetherController
631 ForwardingDownstream* existingEntry = findForwardingDownstream(intIface, extIface); in addForwardingPair()
645 ForwardingDownstream* existingEntry = findForwardingDownstream(intIface, extIface); in markForwardingPairDisabled()
655 ForwardingDownstream* existingEntry = findForwardingDownstream(intIface, extIface); in isForwardingPairEnabled()
683 return findForwardingDownstream(iface1, iface2) != nullptr in tetherCountingRuleExists()
684 || findForwardingDownstream(iface2, iface1) != nullptr; in tetherCountingRuleExists()
DTetherController.h150 ForwardingDownstream* findForwardingDownstream(const std::string& intIface,