Searched refs:uhash_entries (Results 1 – 1 of 1) sorted by relevance
3219 static __initdata unsigned long uhash_entries; variable3227 ret = kstrtoul(str, 0, &uhash_entries); in set_uhash_entries()3231 if (uhash_entries && uhash_entries < UDP_HTABLE_SIZE_MIN) in set_uhash_entries()3232 uhash_entries = UDP_HTABLE_SIZE_MIN; in set_uhash_entries()3243 uhash_entries, in udp_table_init()