Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / 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 */