Searched refs:BPF_COMPLEXITY_LIMIT_INSNS (Results 1 – 3 of 3) sorted by relevance
1741 #define BPF_COMPLEXITY_LIMIT_INSNS 1000000 /* yes. 1M insns */ macro
2619 attr->insn_cnt > (bpf_capable() ? BPF_COMPLEXITY_LIMIT_INSNS : BPF_MAXINSNS)) in bpf_prog_load()
16981 if (++env->insn_processed > BPF_COMPLEXITY_LIMIT_INSNS) { in do_check()19698 env->insn_processed, BPF_COMPLEXITY_LIMIT_INSNS, in print_verification_stats()