Searched refs:BPF_COMPLEXITY_LIMIT_INSNS (Results 1 – 3 of 3) sorted by relevance
1084 #define BPF_COMPLEXITY_LIMIT_INSNS 1000000 /* yes. 1M insns */ macro
2238 attr->insn_cnt > (bpf_capable() ? BPF_COMPLEXITY_LIMIT_INSNS : BPF_MAXINSNS)) in bpf_prog_load()
11118 if (++env->insn_processed > BPF_COMPLEXITY_LIMIT_INSNS) { in do_check()13490 env->insn_processed, BPF_COMPLEXITY_LIMIT_INSNS, in print_verification_stats()
Completed in 38 milliseconds