Home
last modified time | relevance | path

Searched refs:real_func_cnt (Results 1 – 4 of 4) sorted by relevance

/linux/kernel/bpf/
H A Dcore.c555 for (i = 0; i < fp->aux->real_func_cnt; i++) in bpf_prog_kallsyms_del_subprogs()
1268 off >= 0 && off < prog->aux->real_func_cnt) in bpf_jit_get_func_addr()
2791 for (i = 0; i < aux->real_func_cnt; i++) { in bpf_prog_free_deferred()
2799 if (aux->real_func_cnt) { in bpf_prog_free_deferred()
H A Dsyscall.c2948 __bpf_prog_put_noref(prog, prog->aux->real_func_cnt); in bpf_prog_load()
H A Dverifier.c19472 func[i]->aux->real_func_cnt = env->subprog_cnt; in jit_subprogs()
19523 prog->aux->real_func_cnt = env->subprog_cnt; in jit_subprogs()
/linux/include/linux/
H A Dbpf.h1449 u32 real_func_cnt; /* includes hidden progs, only used for JIT and freeing progs */ member