Merge tag 'wireless-drivers-for-davem-2016-08-29' of git://git.kernel.org/pub/scm...
[deliverable/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
This page took 0.030591 seconds and 5 git commands to generate.