net_sched: add 64bit rate estimators
[deliverable/linux.git] / net / netfilter / xt_rateest.c
index ed0db15ab00e3c4f07f5931e27bc1f657988934c..7720b036d76a84c949080c8c32827b604c80da64 100644 (file)
@@ -18,7 +18,7 @@ static bool
 xt_rateest_mt(const struct sk_buff *skb, struct xt_action_param *par)
 {
        const struct xt_rateest_match_info *info = par->matchinfo;
-       struct gnet_stats_rate_est *r;
+       struct gnet_stats_rate_est64 *r;
        u_int32_t bps1, bps2, pps1, pps2;
        bool ret = true;
 
This page took 0.033627 seconds and 5 git commands to generate.