Searched refs:iface2 (Results 1 – 2 of 2) sorted by relevance
158 bool tetherCountingRuleExists(const std::string& iface1, const std::string& iface2);
679 const std::string& iface1, const std::string& iface2) { in tetherCountingRuleExists() argument683 return findForwardingDownstream(iface1, iface2) != nullptr in tetherCountingRuleExists()684 || findForwardingDownstream(iface2, iface1) != nullptr; in tetherCountingRuleExists()