Searched refs:BPF_MAX_SUBPROGS (Results 1 – 2 of 2) sorted by relevance
703 #define BPF_MAX_SUBPROGS 256 macro855 …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];
2678 if (env->subprog_cnt >= BPF_MAX_SUBPROGS) { in add_subprog()