Searched refs:b_bytes (Results 1 – 1 of 1) sorted by relevance
80 u64 b_bytes, b_packets; in est_timer() local84 b_bytes = u64_stats_read(&b.bytes); in est_timer()87 brate = (b_bytes - est->last_bytes) << (10 - est->intvl_log); in est_timer()98 est->last_bytes = b_bytes; in est_timer()