netfilter: Make nf_hookfn use nf_hook_state.
[deliverable/linux.git] / include / linux / netfilter.h
index aee7ef1e23edd24ad789e6723c6bbc29b26fbde5..c480c43ad8f7a59538c3bc71fd971744e6f0246c 100644 (file)
@@ -56,9 +56,7 @@ struct nf_hook_state {
 
 typedef unsigned int nf_hookfn(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);
 
 struct nf_hook_ops {
        struct list_head list;
This page took 0.02589 seconds and 5 git commands to generate.