Home
last modified time | relevance | path

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

/linux-4.4.14/net/core/
Dgen_estimator.c88 u32 last_packets; member
136 rate = b.packets - e->last_packets; in est_timer()
138 e->last_packets = b.packets; in est_timer()
237 est->last_packets = b.packets; in gen_new_estimator()