blob: 5ca3f14f0998e9962385821409d32f0ac66dbb43 [file] [log] [blame]
Eric Leblond5f7340e2008-11-04 14:21:08 +01001#ifndef _KER_NFNETLINK_LOG_H
2#define _KER_NFNETLINK_LOG_H
3
4void
Hans Schillstrom8cdb46d2013-05-15 01:23:45 +00005nfulnl_log_packet(struct net *net,
6 u_int8_t pf,
Eric Leblond5f7340e2008-11-04 14:21:08 +01007 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
Pablo Neira Ayusocca5cf92010-07-15 11:27:41 +020014#define NFULNL_COPY_DISABLED 0xff
15
Eric Leblond5f7340e2008-11-04 14:21:08 +010016#endif /* _KER_NFNETLINK_LOG_H */
17