netfilter: Make nf_hookfn use nf_hook_state.
[deliverable/linux.git] / net / decnet / netfilter / dn_rtmsg.c
index e4d9560a910b0eb96ed3a4ad59d63771f865de3c..af34fc9bdf69768e45e3e772929410fa0eeee41c 100644 (file)
@@ -89,9 +89,7 @@ static void dnrmg_send_peer(struct sk_buff *skb)
 
 static unsigned int dnrmg_hook(const struct nf_hook_ops *ops,
                        struct sk_buff *skb,
-                       const struct net_device *in,
-                       const struct net_device *out,
-                       int (*okfn)(struct sk_buff *))
+                       const struct nf_hook_state *state)
 {
        dnrmg_send_peer(skb);
        return NF_ACCEPT;
This page took 0.026196 seconds and 5 git commands to generate.