Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/netinet/
H A Dflow_divert.c114 #define FLOW_DIVERT_MAX_TRIE_MEMORY (1024 * 1024) macro
3055 if (trie_memory_size > FLOW_DIVERT_MAX_TRIE_MEMORY) { in flow_divert_handle_app_map_create()
3056 …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()