Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
nfnetlink_log.h
Go to the documentation of this file.
1 #ifndef _KER_NFNETLINK_LOG_H
2 #define _KER_NFNETLINK_LOG_H
3 
4 void
6  unsigned int hooknum,
7  const struct sk_buff *skb,
8  const struct net_device *in,
9  const struct net_device *out,
10  const struct nf_loginfo *li_user,
11  const char *prefix);
12 
13 #define NFULNL_COPY_DISABLED 0xff
14 
15 #endif /* _KER_NFNETLINK_LOG_H */
16