Searched refs:ehash_entries (Results 1 – 3 of 3) sorted by relevance
3479 unsigned int ehash_entries; local3486 ehash_entries = READ_ONCE(old_net->ipv4.sysctl_tcp_child_ehash_entries);3487 if (!ehash_entries)3490 ehash_entries = roundup_pow_of_two(ehash_entries);3491 hinfo = inet_pernet_hashinfo_alloc(&tcp_hashinfo, ehash_entries);3495 ehash_entries);3498 ehash_entries = tcp_hashinfo.ehash_mask + 1;3502 net->ipv4.tcp_death_row.sysctl_max_tw_buckets = ehash_entries / 2;3503 net->ipv4.sysctl_max_syn_backlog = max(128U, ehash_entries / 128);
1339 unsigned int ehash_entries) in inet_pernet_hashinfo_alloc() argument1348 new_hashinfo->ehash = vmalloc_huge(ehash_entries * sizeof(struct inet_ehash_bucket), in inet_pernet_hashinfo_alloc()1353 new_hashinfo->ehash_mask = ehash_entries - 1; in inet_pernet_hashinfo_alloc()1358 for (i = 0; i < ehash_entries; i++) in inet_pernet_hashinfo_alloc()
214 unsigned int ehash_entries);