root/include/linux/netfilter/nf_conntrack_snmp.h

/* [<][>][^][v][top][bottom][index][help] */
#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 */

/* [<][>][^][v][top][bottom][index][help] */