nf_ct_alloc_hashtable
void *nf_ct_alloc_hashtable(unsigned int *sizep, int nulls);
EXPORT_SYMBOL_GPL(nf_ct_alloc_hashtable);
hash = nf_ct_alloc_hashtable(&hashsize, 1);
nf_conntrack_hash = nf_ct_alloc_hashtable(&nf_conntrack_htable_size, 1);
nf_ct_expect_hash = nf_ct_alloc_hashtable(&nf_ct_expect_hsize, 0);
nf_ct_alloc_hashtable(&nf_ct_helper_hsize, 0);
nf_nat_bysource = nf_ct_alloc_hashtable(&nf_nat_htable_size, 0);