Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/netinet/ !
H A Dflow_divert.c114 #define FLOW_DIVERT_MAX_TRIE_MEMORY (1024 * 1024) macro
2945 if (trie_memory_size > FLOW_DIVERT_MAX_TRIE_MEMORY) { in flow_divert_handle_app_map_create()
2946 …Trie memory size (%lu) is too big (maximum is %u)", trie_memory_size, FLOW_DIVERT_MAX_TRIE_MEMORY); in flow_divert_handle_app_map_create()