Merge branch 'fixes-for-v4.9-rc2' of http://git.agner.ch/git/linux-drm-fsl-dcu into...
[cascardo/linux.git] / include / net / netfilter / nfnetlink_log.h
1 #ifndef _KER_NFNETLINK_LOG_H
2 #define _KER_NFNETLINK_LOG_H
3
4 void
5 nfulnl_log_packet(struct net *net,
6                   u_int8_t pf,
7                   unsigned int hooknum,
8                   const struct sk_buff *skb,
9                   const struct net_device *in,
10                   const struct net_device *out,
11                   const struct nf_loginfo *li_user,
12                   const char *prefix);
13
14 #define NFULNL_COPY_DISABLED    0xff
15
16 #endif /* _KER_NFNETLINK_LOG_H */
17