Searched refs:BPF_COMPLEXITY_LIMIT_JMP_SEQ (Results 1 - 1 of 1) sorted by path

/linux-master/kernel/bpf/
H A Dverifier.c187 #define BPF_COMPLEXITY_LIMIT_JMP_SEQ 8192 macro
1718 if (env->stack_size > BPF_COMPLEXITY_LIMIT_JMP_SEQ) {
2420 if (env->stack_size > BPF_COMPLEXITY_LIMIT_JMP_SEQ) {

Completed in 218 milliseconds