Searched refs:est2 (Results 1 – 2 of 2) sorted by relevance
36 gen_estimator_read(&info->est2->rate_est, &sample); in xt_rateest_mt()75 struct xt_rateest *est1, *est2; in xt_rateest_mt_checkentry() local99 est2 = NULL; in xt_rateest_mt_checkentry()101 est2 = xt_rateest_lookup(par->net, info->name2); in xt_rateest_mt_checkentry()102 if (!est2) in xt_rateest_mt_checkentry()107 info->est2 = est2; in xt_rateest_mt_checkentry()121 if (info->est2) in xt_rateest_mt_destroy()122 xt_rateest_put(par->net, info->est2); in xt_rateest_mt_destroy()
36 struct xt_rateest *est2 __attribute__((aligned(8))); member