Searched refs:FLOW_DIVERT_MAX_TRIE_MEMORY (Results 1 – 1 of 1) sorted by relevance
114 #define FLOW_DIVERT_MAX_TRIE_MEMORY (1024 * 1024) macro3055 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()