netfilter: ctnetlink: netns support
[safe/jmp/linux-2.6] / net / netfilter / nf_internals.h
index a981971..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,
@@ -24,8 +24,8 @@ extern unsigned int nf_iterate(struct list_head *head,
 
 /* nf_queue.c */
 extern int nf_queue(struct sk_buff *skb,
-                   struct list_head *elem, 
-                   int pf, unsigned int hook,
+                   struct list_head *elem,
+                   u_int8_t pf, unsigned int hook,
                    struct net_device *indev,
                    struct net_device *outdev,
                    int (*okfn)(struct sk_buff *),