Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/bpf/
Dcore.c180 kfree(prog->aux->kfunc_tab); in bpf_prog_jit_attempt_done()
181 prog->aux->kfunc_tab = NULL; in bpf_prog_jit_attempt_done()
Dverifier.c2730 tab = prog->aux->kfunc_tab; in find_kfunc_desc()
2848 tab = prog_aux->kfunc_tab; in add_kfunc_call()
2874 prog_aux->kfunc_tab = tab; in add_kfunc_call()
2977 tab = prog->aux->kfunc_tab; in sort_kfunc_descs_by_imm_off()
2987 return !!prog->aux->kfunc_tab; in bpf_prog_has_kfunc_call()
3001 tab = prog->aux->kfunc_tab; in bpf_jit_find_kfunc_model()
18525 func[i]->aux->kfunc_tab = prog->aux->kfunc_tab; in jit_subprogs()
Dsyscall.c2151 kfree(prog->aux->kfunc_tab); in __bpf_prog_put_noref()
/linux-6.6.21/include/linux/
Dbpf.h1426 struct bpf_kfunc_desc_tab *kfunc_tab; member