Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet/
H A Dflow_divert.c112 #define FLOW_DIVERT_MAX_TRIE_MEMORY (1024 * 1024) macro
2923 if (trie_memory_size > FLOW_DIVERT_MAX_TRIE_MEMORY) { in flow_divert_handle_app_map_create()
2924 …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()