Home
last modified time | relevance | path

Searched refs:bpf_kfunc_btf_tab (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/include/linux/
Dbpf_verifier.h860 void bpf_free_kfunc_btf_tab(struct bpf_kfunc_btf_tab *tab);
Dbpf.h1503 struct bpf_kfunc_btf_tab *kfunc_btf_tab;
/linux-6.12.1/kernel/bpf/
Dverifier.c2652 struct bpf_kfunc_btf_tab { struct
2705 struct bpf_kfunc_btf_tab *tab; in __find_kfunc_desc_btf()
2765 void bpf_free_kfunc_btf_tab(struct bpf_kfunc_btf_tab *tab) in bpf_free_kfunc_btf_tab()
2796 struct bpf_kfunc_btf_tab *btf_tab; in add_kfunc_call()