Searched refs:real_func_cnt (Results 1 – 4 of 4) sorted by relevance
560 for (i = 0; i < fp->aux->real_func_cnt; i++) in bpf_prog_kallsyms_del_subprogs()1271 off >= 0 && off < prog->aux->real_func_cnt) in bpf_jit_get_func_addr()2808 for (i = 0; i < aux->real_func_cnt; i++) { in bpf_prog_free_deferred()2816 if (aux->real_func_cnt) { in bpf_prog_free_deferred()
2992 __bpf_prog_put_noref(prog, prog->aux->real_func_cnt); in bpf_prog_load()
20768 func[i]->aux->real_func_cnt = env->subprog_cnt; in jit_subprogs()20819 prog->aux->real_func_cnt = env->subprog_cnt; in jit_subprogs()
1503 u32 real_func_cnt; /* includes hidden progs, only used for JIT and freeing progs */ member