Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf_verifier.h703 #define BPF_MAX_SUBPROGS 256 macro
855 …struct bpf_subprog_info subprog_info[BPF_MAX_SUBPROGS + 2]; /* max + 2 for the fake and exception …
857 int subprog_topo_order[BPF_MAX_SUBPROGS + 2];
/linux/kernel/bpf/
H A Dverifier.c2678 if (env->subprog_cnt >= BPF_MAX_SUBPROGS) { in add_subprog()