Searched refs:est1 (Results 1 – 2 of 2) sorted by relevance
22 gen_estimator_read(&info->est1->rate_est, &sample); in xt_rateest_mt()75 struct xt_rateest *est1, *est2; in xt_rateest_mt_checkentry() local95 est1 = xt_rateest_lookup(par->net, info->name1); in xt_rateest_mt_checkentry()96 if (!est1) in xt_rateest_mt_checkentry()106 info->est1 = est1; in xt_rateest_mt_checkentry()111 xt_rateest_put(par->net, est1); in xt_rateest_mt_checkentry()120 xt_rateest_put(par->net, info->est1); in xt_rateest_mt_destroy()133 .usersize = offsetof(struct xt_rateest_match_info, est1),
35 struct xt_rateest *est1 __attribute__((aligned(8))); member