Searched refs:BPF_COMPLEXITY_LIMIT_STACK (Results 1 – 1 of 1) sorted by relevance
158 #define BPF_COMPLEXITY_LIMIT_STACK 1024 macro531 if (env->stack_size > BPF_COMPLEXITY_LIMIT_STACK) { in push_stack()