8 #include <linux/module.h>
12 #include <linux/netfilter/x_tables.h>
25 spin_lock_bh(&info->est1->lock);
26 r = &info->est1->rstats;
34 spin_unlock_bh(&info->est1->lock);
40 spin_lock_bh(&info->est2->lock);
41 r = &info->est2->rstats;
49 spin_unlock_bh(&info->est2->lock);
77 static int xt_rateest_mt_checkentry(
const struct xt_mtchk_param *par)
134 .match = xt_rateest_mt,
135 .checkentry = xt_rateest_mt_checkentry,
136 .destroy = xt_rateest_mt_destroy,
141 static int __init xt_rateest_mt_init(
void)
146 static void __exit xt_rateest_mt_fini(
void)