netfilter: Pass priv instead of nf_hook_ops to netfilter hooks
[linux-2.6-block.git] / net / ipv6 / netfilter / ip6table_filter.c
index a7327f61b90c3cc3293997fb14578308d5e310ab..8b277b983ca51886973ab62601d136a0b318f001 100644 (file)
@@ -32,7 +32,7 @@ static const struct xt_table packet_filter = {
 
 /* The work comes in here from netfilter.c. */
 static unsigned int
-ip6table_filter_hook(const struct nf_hook_ops *ops, struct sk_buff *skb,
+ip6table_filter_hook(void *priv, struct sk_buff *skb,
                     const struct nf_hook_state *state)
 {
        return ip6t_do_table(skb, state, state->net->ipv6.ip6table_filter);