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