Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/bpf/
Dverifier.c158 #define BPF_COMPLEXITY_LIMIT_STACK 1024 macro
531 if (env->stack_size > BPF_COMPLEXITY_LIMIT_STACK) { in push_stack()