Warning: This file is not a C or C++ file. It does not have highlighting.

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
8extern 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

Warning: This file is not a C or C++ file. It does not have highlighting.

source code of linux/include/linux/netfilter/nf_conntrack_snmp.h