Home
last modified time | relevance | path

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

/system/netd/server/
DBandwidthController.h36 txBytes(-1), txPackets(-1) {}; in TetherStats()
42 txBytes(txB), txPackets(txP) {}; in TetherStats()
48 int64_t txBytes, txPackets; variable
61 txPackets += other.txPackets; in addStatsIfMatch()
DBandwidthController.cpp1167 stats.txPackets = packets; in addForwardChainStats()
1181 stats.txPackets = packets; in addForwardChainStats()
1193 stats.txPackets = packets; in addForwardChainStats()
1221 rxBytes, rxPackets, txBytes, txPackets); in getStatsLine()