Searched refs:iface2 (Results 1 – 2 of 2) sorted by relevance
169 bool tetherCountingRuleExists(const std::string& iface1, const std::string& iface2);
701 const std::string& iface1, const std::string& iface2) { in tetherCountingRuleExists() argument705 return findForwardingDownstream(iface1, iface2) != nullptr in tetherCountingRuleExists()706 || findForwardingDownstream(iface2, iface1) != nullptr; in tetherCountingRuleExists()