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