Searched refs:est1 (Results 1 - 2 of 2) sorted by last modified time

/linux-master/net/netfilter/
H A Dxt_rateest.c22 gen_estimator_read(&info->est1->rate_est, &sample);
75 struct xt_rateest *est1, *est2; local
95 est1 = xt_rateest_lookup(par->net, info->name1);
96 if (!est1)
106 info->est1 = est1;
111 xt_rateest_put(par->net, est1);
120 xt_rateest_put(par->net, info->est1);
133 .usersize = offsetof(struct xt_rateest_match_info, est1),
/linux-master/include/uapi/linux/netfilter/
H A Dxt_rateest.h35 struct xt_rateest *est1 __attribute__((aligned(8))); member in struct:xt_rateest_match_info

Completed in 149 milliseconds