Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/dccp/
H A Dproto.c1097 static int thash_entries; variable
1098 module_param(thash_entries, int, 0444);
1099 MODULE_PARM_DESC(thash_entries, "Number of ehash buckets");
1144 if (thash_entries) in dccp_init()
1145 goal = (thash_entries * in dccp_init()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp.c4199 static __initdata unsigned long thash_entries; variable
4207 ret = kstrtoul(str, 0, &thash_entries); in set_thash_entries()
4239 thash_entries, 21, /* one slot per 2 MB*/ in tcp_init()
4254 thash_entries, in tcp_init()
4260 thash_entries ? 0 : 512 * 1024); in tcp_init()
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dkernel-parameters.txt5474 thash_entries= [KNL,NET]