]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - net/bridge/netfilter/ebt_ip6.c
netfilter: xtables: substitute temporary defines by final name
[mirror_ubuntu-artful-kernel.git] / net / bridge / netfilter / ebt_ip6.c
index 33f8413f05ad1e323d001ce214e301585014d00f..c451dc2ff8222d8ab948660f04d9ce96779daf8f 100644 (file)
@@ -28,7 +28,7 @@ struct tcpudphdr {
 };
 
 static bool
-ebt_ip6_mt(const struct sk_buff *skb, const struct xt_match_param *par)
+ebt_ip6_mt(const struct sk_buff *skb, const struct xt_action_param *par)
 {
        const struct ebt_ip6_info *info = par->matchinfo;
        const struct ipv6hdr *ih6;