]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - include/net/netfilter/nfnetlink_log.h
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth...
[mirror_ubuntu-bionic-kernel.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