Home
last modified time | relevance | path

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

/system/netd/server/
DTetherController.cpp504 mFwdIfaces.clear(); in setupIptablesHooks()
621 auto extIfaceMatches = mFwdIfaces.equal_range(extIface); in findForwardingDownstream()
637 mFwdIfaces.insert(std::pair<std::string, ForwardingDownstream>(extIface, { in addForwardingPair()
660 auto extIfaceMatches = mFwdIfaces.equal_range(extIface); in isAnyForwardingEnabledOnUpstream()
670 for (auto& it : mFwdIfaces) { in isAnyForwardingPairEnabled()
DTetherController.h44 std::multimap<std::string, ForwardingDownstream> mFwdIfaces; variable