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