diff options
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/netfilter/nf_conntrack.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/netfilter/nf_conntrack.h b/include/net/netfilter/nf_conntrack.h index caf17db87dbc..d85cff10e169 100644 --- a/include/net/netfilter/nf_conntrack.h +++ b/include/net/netfilter/nf_conntrack.h | |||
@@ -298,6 +298,8 @@ static inline int nf_ct_is_untracked(const struct nf_conn *ct) | |||
298 | extern int nf_conntrack_set_hashsize(const char *val, struct kernel_param *kp); | 298 | extern int nf_conntrack_set_hashsize(const char *val, struct kernel_param *kp); |
299 | extern unsigned int nf_conntrack_htable_size; | 299 | extern unsigned int nf_conntrack_htable_size; |
300 | extern unsigned int nf_conntrack_max; | 300 | extern unsigned int nf_conntrack_max; |
301 | extern unsigned int nf_conntrack_hash_rnd; | ||
302 | void init_nf_conntrack_hash_rnd(void); | ||
301 | 303 | ||
302 | #define NF_CT_STAT_INC(net, count) \ | 304 | #define NF_CT_STAT_INC(net, count) \ |
303 | __this_cpu_inc((net)->ct.stat->count) | 305 | __this_cpu_inc((net)->ct.stat->count) |