Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/netinet/
H A Dip_dummynet.h116 #define DN_MAX_HASH_SIZE 65536 macro
H A Dip_dummynet.c1961 } else if (l > DN_MAX_HASH_SIZE) { in alloc_hash()
1962 l = DN_MAX_HASH_SIZE; in alloc_hash()