]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - net/netfilter/xt_cluster.c
netfilter: xtables: substitute temporary defines by final name
[mv-sheeva.git] / net / netfilter / xt_cluster.c
index 6c941e1c6b9eb3ddf94034a525afcd54f922ff76..67fc317118c0ff2f7ac3b7fe6231df6e6dd94cba 100644 (file)
@@ -86,7 +86,7 @@ xt_cluster_is_multicast_addr(const struct sk_buff *skb, u_int8_t family)
 }
 
 static bool
-xt_cluster_mt(const struct sk_buff *skb, const struct xt_match_param *par)
+xt_cluster_mt(const struct sk_buff *skb, const struct xt_action_param *par)
 {
        struct sk_buff *pskb = (struct sk_buff *)skb;
        const struct xt_cluster_match_info *info = par->matchinfo;