Home
last modified time | relevance | path

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

/aosp12/system/netd/server/
H A DTetherController.cpp642 TetherController::ForwardingDownstream* TetherController::findForwardingDownstream( in findForwardingDownstream() function in android::net::TetherController
654 ForwardingDownstream* existingEntry = findForwardingDownstream(intIface, extIface); in addForwardingPair()
668 ForwardingDownstream* existingEntry = findForwardingDownstream(intIface, extIface); in markForwardingPairDisabled()
678 ForwardingDownstream* existingEntry = findForwardingDownstream(intIface, extIface); in isForwardingPairEnabled()
706 return findForwardingDownstream(iface1, iface2) != nullptr in tetherCountingRuleExists()
707 || findForwardingDownstream(iface2, iface1) != nullptr; in tetherCountingRuleExists()
H A DTetherController.h161 ForwardingDownstream* findForwardingDownstream(const std::string& intIface,