1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _NF_CONNTRACK_SNMP_H
3 #define _NF_CONNTRACK_SNMP_H
4 
5 #include <linux/netfilter.h>
6 #include <linux/skbuff.h>
7 
8 extern int (*nf_nat_snmp_hook)(struct sk_buff *skb,
9 				unsigned int protoff,
10 				struct nf_conn *ct,
11 				enum ip_conntrack_info ctinfo);
12 
13 #endif /* _NF_CONNTRACK_SNMP_H */
14