Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dbpf.h1769 #define BPF_COMPLEXITY_LIMIT_INSNS 1000000 /* yes. 1M insns */ macro
/openbmc/linux/kernel/bpf/
H A Dsyscall.c2622 attr->insn_cnt > (bpf_capable() ? BPF_COMPLEXITY_LIMIT_INSNS : BPF_MAXINSNS)) in bpf_prog_load()
H A Dverifier.c17014 if (++env->insn_processed > BPF_COMPLEXITY_LIMIT_INSNS) { in do_check()
19732 env->insn_processed, BPF_COMPLEXITY_LIMIT_INSNS, in print_verification_stats()