Home
last modified time | relevance | path

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

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

Completed in 4 milliseconds