Home
last modified time | relevance | path

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

/system/netd/server/
DBandwidthController.cpp796 char iface1[MAX_IPT_OUTPUT_LINE_LEN]; in addForwardChainStats() local
815 iface0[0] = iface1[0] = rest[0] = packets = bytes = 0; in addForwardChainStats()
820 &packets, &bytes, iface0, iface1, rest); in addForwardChainStats()
825 &packets, &bytes, iface0, iface1, rest); in addForwardChainStats()
828 iface0, iface1, packets, bytes, rest, buffPtr); in addForwardChainStats()
841 if (filter.intIface == iface0 && filter.extIface == iface1) { in addForwardChainStats()
842 …ce_in=%s iface_out=%s rx_bytes=%" PRId64" rx_packets=%" PRId64" ", iface0, iface1, bytes, packets); in addForwardChainStats()
845 } else if (filter.intIface == iface1 && filter.extIface == iface0) { in addForwardChainStats()
846 …ce_in=%s iface_out=%s rx_bytes=%" PRId64" rx_packets=%" PRId64" ", iface0, iface1, bytes, packets); in addForwardChainStats()
851 if (filter.intIface == iface0 || filter.extIface == iface1) { in addForwardChainStats()
[all …]