netfilter: ctnetlink: netns support
[safe/jmp/linux-2.6] / net / netfilter / nf_internals.h
index 86e392b..bf66099 100644 (file)
@@ -14,8 +14,8 @@
 
 /* core.c */
 extern unsigned int nf_iterate(struct list_head *head,
-                               struct sk_buff **skb,
-                               int hook,
+                               struct sk_buff *skb,
+                               unsigned int hook,
                                const struct net_device *indev,
                                const struct net_device *outdev,
                                struct list_head **i,
@@ -23,9 +23,9 @@ extern unsigned int nf_iterate(struct list_head *head,
                                int hook_thresh);
 
 /* nf_queue.c */
-extern int nf_queue(struct sk_buff **skb, 
-                   struct list_head *elem, 
-                   int pf, unsigned int hook,
+extern int nf_queue(struct sk_buff *skb,
+                   struct list_head *elem,
+                   u_int8_t pf, unsigned int hook,
                    struct net_device *indev,
                    struct net_device *outdev,
                    int (*okfn)(struct sk_buff *),