Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | NFDEBUG(format, args...) |
Functions | |
unsigned int | nf_iterate (struct list_head *head, struct sk_buff *skb, unsigned int hook, const struct net_device *indev, const struct net_device *outdev, struct nf_hook_ops **elemp, int(*okfn)(struct sk_buff *), int hook_thresh) |
int | nf_queue (struct sk_buff *skb, struct nf_hook_ops *elem, u_int8_t pf, unsigned int hook, struct net_device *indev, struct net_device *outdev, int(*okfn)(struct sk_buff *), unsigned int queuenum) |
int __init | netfilter_queue_init (void) |
int __init | netfilter_log_init (void) |
#define NFDEBUG | ( | format, | |
args... | |||
) |
Definition at line 11 of file nf_internals.h.
Definition at line 411 of file nf_queue.c.