Searched refs:iface1 (Results 1 – 2 of 2) sorted by relevance
/system/netd/server/ |
D | TetherController.cpp | 679 const std::string& iface1, const std::string& iface2) { in tetherCountingRuleExists() argument 683 return findForwardingDownstream(iface1, iface2) != nullptr in tetherCountingRuleExists() 684 || findForwardingDownstream(iface2, iface1) != nullptr; in tetherCountingRuleExists() 850 std::string iface1 = matches[IFACE1_NAME].str(); in addForwardChainStats() local 855 iface0.c_str(), iface1.c_str(), packets, bytes, rest.c_str(), line.c_str()); in addForwardChainStats() 863 " ", iface0.c_str(), iface1.c_str(), bytes, packets); in addForwardChainStats() 865 stats.extIface = iface1; in addForwardChainStats() 868 } else if (stats.intIface == iface1 && stats.extIface == iface0) { in addForwardChainStats() 870 " ", iface0.c_str(), iface1.c_str(), bytes, packets); in addForwardChainStats()
|
D | TetherController.h | 158 bool tetherCountingRuleExists(const std::string& iface1, const std::string& iface2);
|