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

/system/netd/
H A DBandwidthController.cpp984 * Chain FORWARD (policy RETURN 0 packets, 0 bytes)
1000 int64_t packets, bytes; local
1004 iface0[0] = iface1[0] = rest[0] = packets = bytes = 0;
1006 &packets, &bytes, iface0, iface1, rest);
1008 iface0, iface1, packets, bytes, rest, buffPtr);
1015 ALOGV("iface_in=%s iface_out=%s rx_bytes=%lld rx_packets=%lld ", iface0, iface1, bytes, packets);
1016 stats.rxPackets = packets;
1019 ALOGV("iface_in=%s iface_out=%s tx_bytes=%lld tx_packets=%lld ", iface1, iface0, bytes, packets);
1020 stats.txPackets = packets;

Completed in 4 milliseconds