Home
last modified time | relevance | path

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

/Linux-v6.6/net/dccp/
Dproto.c1110 static int thash_entries; variable
1111 module_param(thash_entries, int, 0444);
1112 MODULE_PARM_DESC(thash_entries, "Number of ehash buckets");
1159 if (thash_entries) in dccp_init()
1160 goal = (thash_entries * in dccp_init()
/Linux-v6.6/net/ipv4/
Dtcp.c4588 static __initdata unsigned long thash_entries; variable
4596 ret = kstrtoul(str, 0, &thash_entries); in set_thash_entries()
4630 thash_entries, 21, /* one slot per 2 MB*/ in tcp_init()
4653 thash_entries, in tcp_init()
4659 thash_entries ? 0 : 512 * 1024); in tcp_init()
/Linux-v6.6/Documentation/admin-guide/
Dkernel-parameters.txt6344 thash_entries= [KNL,NET]