Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
nf_conntrack_snmp.h
Go to the documentation of this file.
1 #ifndef _NF_CONNTRACK_SNMP_H
2 #define _NF_CONNTRACK_SNMP_H
3 
4 extern int (*nf_nat_snmp_hook)(struct sk_buff *skb,
5  unsigned int protoff,
6  struct nf_conn *ct,
7  enum ip_conntrack_info ctinfo);
8 
9 #endif /* _NF_CONNTRACK_SNMP_H */