Searched refs:rx_bytes (Results 1 – 4 of 4) sorted by relevance
63 if (link->stats_new.rx_bytes > link->stats_old.rx_bytes) in property_get_bit_rates()64 … rx = (uint64_t) ((link->stats_new.rx_bytes - link->stats_old.rx_bytes) / interval_sec); in property_get_bit_rates()66 …rx = (uint64_t) ((UINT64_MAX - (link->stats_old.rx_bytes - link->stats_new.rx_bytes)) / interval_s… in property_get_bit_rates()
1442 DUMP_STATS_ONE("Rx Bytes", rx_bytes); in dump_statistics()
12 __u32 rx_bytes; member218 __u64 rx_bytes; member
153 __u64 rx_bytes; member