]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - net/bridge/netfilter/ebt_ip.c
netfilter: xtables: substitute temporary defines by final name
[mv-sheeva.git] / net / bridge / netfilter / ebt_ip.c
index a1c76c7e5219db51f0042eef9a9d03ac18f69279..a0cde7442b55b50e4200ba73ae7a3e67bf5aa348 100644 (file)
@@ -25,7 +25,7 @@ struct tcpudphdr {
 };
 
 static bool
-ebt_ip_mt(const struct sk_buff *skb, const struct xt_match_param *par)
+ebt_ip_mt(const struct sk_buff *skb, const struct xt_action_param *par)
 {
        const struct ebt_ip_info *info = par->matchinfo;
        const struct iphdr *ih;