|
@@ -63,7 +63,6 @@ unsigned int nf_ct_log_invalid __read_mostly;
|
|
|
HLIST_HEAD(unconfirmed);
|
|
|
static int nf_conntrack_vmalloc __read_mostly;
|
|
|
static struct kmem_cache *nf_conntrack_cachep __read_mostly;
|
|
|
-static unsigned int nf_conntrack_next_id;
|
|
|
|
|
|
DEFINE_PER_CPU(struct ip_conntrack_stat, nf_conntrack_stat);
|
|
|
EXPORT_PER_CPU_SYMBOL(nf_conntrack_stat);
|
|
@@ -287,7 +286,6 @@ static void __nf_conntrack_hash_insert(struct nf_conn *ct,
|
|
|
unsigned int hash,
|
|
|
unsigned int repl_hash)
|
|
|
{
|
|
|
- ct->id = ++nf_conntrack_next_id;
|
|
|
hlist_add_head(&ct->tuplehash[IP_CT_DIR_ORIGINAL].hnode,
|
|
|
&nf_conntrack_hash[hash]);
|
|
|
hlist_add_head(&ct->tuplehash[IP_CT_DIR_REPLY].hnode,
|