Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[deliverable/linux.git] / include / linux / netfilter / nf_conntrack_snmp.h
1 #ifndef _NF_CONNTRACK_SNMP_H
2 #define _NF_CONNTRACK_SNMP_H
3
4 extern int (*nf_nat_snmp_hook)(struct sk_buff *skb,
5 unsigned int protoff,
6 struct nf_conn *ct,
7 enum ip_conntrack_info ctinfo);
8
9 #endif /* _NF_CONNTRACK_SNMP_H */
This page took 0.031831 seconds and 6 git commands to generate.