Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dudp.c3684 static __initdata unsigned long uhash_entries; in udp_table_init()
3692 ret = kstrtoul(str, 0, &uhash_entries); in udp_table_init()
3696 if (uhash_entries && uhash_entries < UDP_HTABLE_SIZE_MIN) in udp_table_init()
3697 uhash_entries = UDP_HTABLE_SIZE_MIN; in udp_table_init()
3700 __setup("uhash_entries=", set_uhash_entries); in udp_flow_hashrnd()
3710 uhash_entries, in udp_sysctl_init()
3652 static __initdata unsigned long uhash_entries; global() variable
/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt8070 uhash_entries= [KNL,NET]