Home
last modified time | relevance | path

Searched refs:b_packets (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/core/
H A Dgen_estimator.c80 u64 b_bytes, b_packets; in est_timer() local
85 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()