Searched refs:last_outpkts (Results 1 – 2 of 2) sorted by relevance
122 rate = (s->kstats.outpkts - e->last_outpkts) << 9; in estimation_timer()123 e->last_outpkts = s->kstats.outpkts; in estimation_timer()172 est->last_outpkts = k->outpkts; in ip_vs_zero_estimator()
374 u64 last_outpkts; member