1#ifndef _KER_NFNETLINK_LOG_H
2#define _KER_NFNETLINK_LOG_H
3
4void
5nfulnl_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
18