License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6-block.git] / include / linux / netfilter / nf_conntrack_snmp.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
93557f53
JO
2#ifndef _NF_CONNTRACK_SNMP_H
3#define _NF_CONNTRACK_SNMP_H
4
5extern 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 */