Searched refs:mFwdIfaces (Results 1 – 2 of 2) sorted by relevance
504 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()
44 std::multimap<std::string, ForwardingDownstream> mFwdIfaces; variable