Home
last modified time | relevance | path

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

/net/core/
Dgen_estimator.c55 u32 last_packets; member
90 rate = (u64)(b.packets - est->last_packets) << (10 - est->ewma_log - est->intvl_log); in est_timer()
99 est->last_packets = b.packets; in est_timer()
169 est->last_packets = b.packets; in gen_new_estimator()