Home
last modified time | relevance | path

Searched refs:thash_entries (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/net/dccp/
Dproto.c1115 static int thash_entries; variable
1116 module_param(thash_entries, int, 0444);
1117 MODULE_PARM_DESC(thash_entries, "Number of ehash buckets");
1162 if (thash_entries) in dccp_init()
1163 goal = (thash_entries * in dccp_init()
/Linux-v5.4/net/ipv4/
Dtcp.c3914 static __initdata unsigned long thash_entries; variable
3922 ret = kstrtoul(str, 0, &thash_entries); in set_thash_entries()
3954 thash_entries, 21, /* one slot per 2 MB*/ in tcp_init()
3969 thash_entries, in tcp_init()
3975 thash_entries ? 0 : 512 * 1024); in tcp_init()
/Linux-v5.4/Documentation/admin-guide/
Dkernel-parameters.txt4738 thash_entries= [KNL,NET]