Searched refs:b_packets (Results 1 – 1 of 1) sorted by relevance
80 u64 b_bytes, b_packets; in est_timer() local85 b_packets = u64_stats_read(&b.packets); in est_timer()90 rate = (b_packets - est->last_packets) << (10 - est->intvl_log); in est_timer()99 est->last_packets = b_packets; in est_timer()