| #include <linux/skbuff.h> |
| #include <linux/netdevice.h> |
| #ifdef CONFIG_NETFILTER_DEBUG |
| #define NFDEBUG(format, args...) printk(KERN_DEBUG format , ## args) |
| #define NFDEBUG(format, args...) |
| extern unsigned int nf_iterate(struct list_head *head, |
| const struct net_device *indev, |
| const struct net_device *outdev, |
| int (*okfn)(struct sk_buff *), |
| extern int nf_queue(struct sk_buff *skb, |
| u_int8_t pf, unsigned int hook, |
| struct net_device *indev, |
| struct net_device *outdev, |
| int (*okfn)(struct sk_buff *), |
| extern int __init netfilter_queue_init(void); |
| extern int __init netfilter_log_init(void); |