summaryrefslogtreecommitdiff
path: root/include/net/netfilter/nfnetlink_log.h
blob: 5ca3f14f0998e9962385821409d32f0ac66dbb43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef _KER_NFNETLINK_LOG_H
#define _KER_NFNETLINK_LOG_H

void
nfulnl_log_packet(struct net *net,
		  u_int8_t pf,
		  unsigned int hooknum,
		  const struct sk_buff *skb,
		  const struct net_device *in,
		  const struct net_device *out,
		  const struct nf_loginfo *li_user,
		  const char *prefix);

#define NFULNL_COPY_DISABLED    0xff

#endif /* _KER_NFNETLINK_LOG_H */

mary='commit info' class='commit-info'> authorDavid S. Miller <davem@davemloft.net>2017-02-11 02:31:11 -0500 committerDavid S. Miller <davem@davemloft.net>2017-02-11 02:31:11 -0500 commit35eeacf1820a08305c2b0960febfa190f5a6dd63 (patch) treef1227c7384ee01d3f029cc5f82223234e6456c5f /net/netfilter/ipset/ip_set_hash_ipportnet.c parentbed45f79a2afc9d7c279b880dfcac8f27d513b50 (diff)parent1ee18329fae936089c6c599250ae92482ff2b81f (diff)
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Diffstat (limited to 'net/netfilter/ipset/ip_set_hash_ipportnet.c')