Searched refs:tetherCountingRuleExists (Results 1 – 2 of 2) sorted by relevance
158 bool tetherCountingRuleExists(const std::string& iface1, const std::string& iface2);
678 bool TetherController::tetherCountingRuleExists( in tetherCountingRuleExists() function in android::net::TetherController724 if (add && !tetherCountingRuleExists(intIface, extIface)) { in setForwardRules()