]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/netfilter/xt_rateest.c
netfilter: xtables: substitute temporary defines by final name
[net-next-2.6.git] / net / netfilter / xt_rateest.c
index 23805f8a444bc005662c80d9bb5e34c4baf60f2c..53f7a4d12e1e85f25e9c1977606c516de8b5b367 100644 (file)
@@ -15,7 +15,7 @@
 
 
 static bool
-xt_rateest_mt(const struct sk_buff *skb, const struct xt_match_param *par)
+xt_rateest_mt(const struct sk_buff *skb, const struct xt_action_param *par)
 {
        const struct xt_rateest_match_info *info = par->matchinfo;
        struct gnet_stats_rate_est *r;