Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/netns/
Dconntrack.h113 unsigned int nat_htable_size; member
/linux-4.1.27/net/netfilter/
Dnf_nat_core.c130 return reciprocal_scale(hash, net->ct.nat_htable_size); in hash_by_src()
821 net->ct.nat_htable_size = net->ct.htable_size; in nf_nat_net_init()
822 net->ct.nat_bysource = nf_ct_alloc_hashtable(&net->ct.nat_htable_size, 0); in nf_nat_net_init()
834 nf_ct_free_hashtable(net->ct.nat_bysource, net->ct.nat_htable_size); in nf_nat_net_exit()