Home
last modified time | relevance | path

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

/system/netd/server/
DTetherController.h169 bool tetherCountingRuleExists(const std::string& iface1, const std::string& iface2);
DTetherController.cpp702 const std::string& iface1, const std::string& iface2) { in tetherCountingRuleExists() argument
706 return findForwardingDownstream(iface1, iface2) != nullptr in tetherCountingRuleExists()
707 || findForwardingDownstream(iface2, iface1) != nullptr; in tetherCountingRuleExists()