Searched refs:BPF_MAX_SUBPROGS (Results 1 – 2 of 2) sorted by relevance
632 #define BPF_MAX_SUBPROGS 256 macro737 …struct bpf_subprog_info subprog_info[BPF_MAX_SUBPROGS + 2]; /* max + 2 for the fake and exception …
2794 if (env->subprog_cnt >= BPF_MAX_SUBPROGS) { in add_subprog()