Linux-libre 4.14.12-gnu
[librecmc/linux-libre.git] / include / linux / netfilter / nf_conntrack_snmp.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _NF_CONNTRACK_SNMP_H
3 #define _NF_CONNTRACK_SNMP_H
4
5 extern int (*nf_nat_snmp_hook)(struct sk_buff *skb,
6                                 unsigned int protoff,
7                                 struct nf_conn *ct,
8                                 enum ip_conntrack_info ctinfo);
9
10 #endif /* _NF_CONNTRACK_SNMP_H */