Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dudp.c3655 static __initdata unsigned long uhash_entries; variable
3663 ret = kstrtoul(str, 0, &uhash_entries); in set_uhash_entries()
3667 if (uhash_entries && uhash_entries < UDP_HTABLE_SIZE_MIN) in set_uhash_entries()
3668 uhash_entries = UDP_HTABLE_SIZE_MIN; in set_uhash_entries()
3681 uhash_entries, in udp_table_init()
/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt7469 uhash_entries= [KNL,NET]