Home
last modified time | relevance | path

Searched refs:nat_htable_size (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/include/net/netns/
Dconntrack.h112 unsigned int nat_htable_size; member
/linux-4.4.14/net/netfilter/
Dnf_nat_core.c129 return reciprocal_scale(hash, net->ct.nat_htable_size); in hash_by_src()
825 net->ct.nat_htable_size = net->ct.htable_size; in nf_nat_net_init()
826 net->ct.nat_bysource = nf_ct_alloc_hashtable(&net->ct.nat_htable_size, 0); in nf_nat_net_init()
838 nf_ct_free_hashtable(net->ct.nat_bysource, net->ct.nat_htable_size); in nf_nat_net_exit()