Home
last modified time | relevance | path

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

/net/dccp/
Dproto.c1114 static int thash_entries; variable
1115 module_param(thash_entries, int, 0444);
1116 MODULE_PARM_DESC(thash_entries, "Number of ehash buckets");
1157 if (thash_entries) in dccp_init()
1158 goal = (thash_entries * in dccp_init()
/net/ipv4/
Dtcp.c3472 static __initdata unsigned long thash_entries; variable
3480 ret = kstrtoul(str, 0, &thash_entries); in set_thash_entries()
3524 thash_entries, in tcp_init()
3530 thash_entries ? 0 : 512 * 1024); in tcp_init()