Searched refs:packets (Results 1 - 1 of 1) sorted by relevance

/system/netd/
H A DBandwidthController.cpp1009 * Chain FORWARD (policy RETURN 0 packets, 0 bytes)
1025 int64_t packets, bytes; local
1029 iface0[0] = iface1[0] = rest[0] = packets = bytes = 0;
1031 &packets, &bytes, iface0, iface1, rest);
1033 iface0, iface1, packets, bytes, rest, buffPtr);
1040 ALOGV("iface_in=%s iface_out=%s rx_bytes=%lld rx_packets=%lld ", iface0, iface1, bytes, packets);
1041 stats.rxPackets = packets;
1044 ALOGV("iface_in=%s iface_out=%s tx_bytes=%lld tx_packets=%lld ", iface1, iface0, bytes, packets);
1045 stats.txPackets = packets;

Completed in 132 milliseconds