Searched refs:tx_bytes (Results 1 – 4 of 4) sorted by relevance
58 if (link->stats_new.tx_bytes > link->stats_old.tx_bytes) in property_get_bit_rates()59 … tx = (uint64_t) ((link->stats_new.tx_bytes - link->stats_old.tx_bytes) / interval_sec); in property_get_bit_rates()61 …tx = (uint64_t) ((UINT64_MAX - (link->stats_old.tx_bytes - link->stats_new.tx_bytes)) / interval_s… in property_get_bit_rates()
1443 DUMP_STATS_ONE("Tx Bytes", tx_bytes); in dump_statistics()
13 __u32 tx_bytes; member219 __u64 tx_bytes; member
155 __u64 tx_bytes; member