Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dudp.h26 #define UDP_HTABLE_SIZE_MIN_PERNET 128 macro
/linux-6.15/net/ipv4/
H A Dudp.c134 #define PORTS_PER_CHAIN (MAX_UDP_PORTS / UDP_HTABLE_SIZE_MIN_PERNET)
3794 if (hash_entries < UDP_HTABLE_SIZE_MIN_PERNET) in udp_set_table()
3795 hash_entries = UDP_HTABLE_SIZE_MIN_PERNET; in udp_set_table()