Home
last modified time | relevance | path

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

/system/netd/server/
DTetherController.cpp731 const std::string& iface1, const std::string& iface2) { in tetherCountingRuleExists() argument
735 return findForwardingDownstream(iface1, iface2) != nullptr in tetherCountingRuleExists()
736 || findForwardingDownstream(iface2, iface1) != nullptr; in tetherCountingRuleExists()
972 std::string iface1 = matches[IFACE1_NAME].str(); in addForwardChainStats() local
977 iface0.c_str(), iface1.c_str(), packets, bytes, rest.c_str(), line.c_str()); in addForwardChainStats()
985 " ", iface0.c_str(), iface1.c_str(), bytes, packets); in addForwardChainStats()
987 stats.extIface = iface1; in addForwardChainStats()
990 } else if (stats.intIface == iface1 && stats.extIface == iface0) { in addForwardChainStats()
992 " ", iface0.c_str(), iface1.c_str(), bytes, packets); in addForwardChainStats()
DTetherController.h191 bool tetherCountingRuleExists(const std::string& iface1, const std::string& iface2);