]> Pileus Git - ~andy/linux/blobdiff - net/netfilter/xt_u32.c
ipmr/ip6mr: advertise mfc stats via rtnetlink
[~andy/linux] / net / netfilter / xt_u32.c
index d7c05f03a7e76018a7f7adb6800284d929497fb7..a95b50342dbb1d1f1a43663e46104e031f4f295a 100644 (file)
@@ -86,7 +86,7 @@ static bool u32_match_it(const struct xt_u32 *data,
        return true;
 }
 
-static bool u32_mt(const struct sk_buff *skb, const struct xt_match_param *par)
+static bool u32_mt(const struct sk_buff *skb, struct xt_action_param *par)
 {
        const struct xt_u32 *data = par->matchinfo;
        bool ret;