Searched refs:txBytes (Results 1 – 2 of 2) sorted by relevance
36 txBytes(-1), txPackets(-1) {}; in TetherStats()42 txBytes(txB), txPackets(txP) {}; in TetherStats()48 int64_t txBytes, txPackets; variable60 txBytes += other.txBytes; in addStatsIfMatch()
1052 stats.txBytes = bytes; in addForwardChainStats()1066 stats.txBytes = bytes; in addForwardChainStats()1078 stats.txBytes = bytes; in addForwardChainStats()1081 if (stats.rxBytes != -1 && stats.txBytes != -1) { in addForwardChainStats()1082 …"rx_bytes=%" PRId64" tx_bytes=%" PRId64" filterPair=%d", stats.rxBytes, stats.txBytes, filterPair); in addForwardChainStats()1095 if (((stats.rxBytes == -1) != (stats.txBytes == -1)) || in addForwardChainStats()1105 rxBytes, rxPackets, txBytes, txPackets); in getStatsLine()