Searched refs:iface1 (Results 1 – 2 of 2) sorted by relevance
/system/netd/server/ |
D | TetherController.cpp | 702 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() 871 std::string iface1 = matches[IFACE1_NAME].str(); in addForwardChainStats() local 876 iface0.c_str(), iface1.c_str(), packets, bytes, rest.c_str(), line.c_str()); in addForwardChainStats() 884 " ", iface0.c_str(), iface1.c_str(), bytes, packets); in addForwardChainStats() 886 stats.extIface = iface1; in addForwardChainStats() 889 } else if (stats.intIface == iface1 && stats.extIface == iface0) { in addForwardChainStats() 891 " ", iface0.c_str(), iface1.c_str(), bytes, packets); in addForwardChainStats()
|
D | TetherController.h | 169 bool tetherCountingRuleExists(const std::string& iface1, const std::string& iface2);
|