Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dbpf_verifier.h887 void bpf_free_kfunc_btf_tab(struct bpf_kfunc_btf_tab *tab);
H A Dbpf.h1573 struct bpf_kfunc_btf_tab *kfunc_btf_tab;
/linux-6.15/kernel/bpf/
H A Dverifier.c2994 struct bpf_kfunc_btf_tab { struct
3047 struct bpf_kfunc_btf_tab *tab; in __find_kfunc_desc_btf()
3107 void bpf_free_kfunc_btf_tab(struct bpf_kfunc_btf_tab *tab) in bpf_free_kfunc_btf_tab()
3138 struct bpf_kfunc_btf_tab *btf_tab; in add_kfunc_call()