GNU Linux-libre 4.14.290-gnu1
[releases.git] / include / net / netfilter / nfnetlink_log.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _KER_NFNETLINK_LOG_H
3 #define _KER_NFNETLINK_LOG_H
4
5 void
6 nfulnl_log_packet(struct net *net,
7                   u_int8_t pf,
8                   unsigned int hooknum,
9                   const struct sk_buff *skb,
10                   const struct net_device *in,
11                   const struct net_device *out,
12                   const struct nf_loginfo *li_user,
13                   const char *prefix);
14
15 #define NFULNL_COPY_DISABLED    0xff
16
17 #endif /* _KER_NFNETLINK_LOG_H */
18