Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dudp.h26 #define UDP_HTABLE_SIZE_MIN_PERNET 128 macro
/openbmc/linux/net/ipv4/
H A Dudp.c134 #define PORTS_PER_CHAIN (MAX_UDP_PORTS / UDP_HTABLE_SIZE_MIN_PERNET)
3521 if (hash_entries < UDP_HTABLE_SIZE_MIN_PERNET) in udp_set_table()
3522 hash_entries = UDP_HTABLE_SIZE_MIN_PERNET; in udp_set_table()