Merge tag 'v3.10.88' into update
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / include / net / netfilter / nfnetlink_log.h
CommitLineData
5f7340ef
EL
1#ifndef _KER_NFNETLINK_LOG_H
2#define _KER_NFNETLINK_LOG_H
3
4void
8cdb46da
HS
5nfulnl_log_packet(struct net *net,
6 u_int8_t pf,
5f7340ef
EL
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
cca5cf91
PNA
14#define NFULNL_COPY_DISABLED 0xff
15
5f7340ef
EL
16#endif /* _KER_NFNETLINK_LOG_H */
17