linux-surface/include/linux/netfilter/nf_conntrack_snmp.h

10 lines
232 B
C
Raw Normal View History

2017-08-10 13:25:24 +00:00
#ifndef _NF_CONNTRACK_SNMP_H
#define _NF_CONNTRACK_SNMP_H
extern int (*nf_nat_snmp_hook)(struct sk_buff *skb,
unsigned int protoff,
struct nf_conn *ct,
enum ip_conntrack_info ctinfo);
#endif /* _NF_CONNTRACK_SNMP_H */