Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dbpf_verifier.h742 void bpf_free_kfunc_btf_tab(struct bpf_kfunc_btf_tab *tab);
H A Dbpf.h1441 struct bpf_kfunc_btf_tab *kfunc_btf_tab;
/openbmc/linux/kernel/bpf/
H A Dverifier.c2701 struct bpf_kfunc_btf_tab { struct
2754 struct bpf_kfunc_btf_tab *tab; in __find_kfunc_desc_btf()
2814 void bpf_free_kfunc_btf_tab(struct bpf_kfunc_btf_tab *tab) in bpf_free_kfunc_btf_tab()
2845 struct bpf_kfunc_btf_tab *btf_tab; in add_kfunc_call()