Searched refs:uhash_entries (Results 1 – 1 of 1) sorted by relevance
3405 static __initdata unsigned long uhash_entries; variable3413 ret = kstrtoul(str, 0, &uhash_entries); in set_uhash_entries()3417 if (uhash_entries && uhash_entries < UDP_HTABLE_SIZE_MIN) in set_uhash_entries()3418 uhash_entries = UDP_HTABLE_SIZE_MIN; in set_uhash_entries()3429 uhash_entries, in udp_table_init()