blob: e2dec42c2db2b5c07afc98165b140b76aa599f56 [file] [log] [blame]
Eric Leblond5f7340e2008-11-04 14:21:08 +01001#ifndef _KER_NFNETLINK_LOG_H
2#define _KER_NFNETLINK_LOG_H
3
4void
Patrick McHardyd9e15002008-11-18 12:16:52 +01005nfulnl_log_packet(u_int8_t pf,
Eric Leblond5f7340e2008-11-04 14:21:08 +01006 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
Pablo Neira Ayusocca5cf92010-07-15 11:27:41 +020013#define NFULNL_COPY_DISABLED 0xff
14
Eric Leblond5f7340e2008-11-04 14:21:08 +010015#endif /* _KER_NFNETLINK_LOG_H */
16