Searched refs:__btf_kfunc_is_allowed (Results 1 – 1 of 1) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | btf.c | 8784 static bool __btf_kfunc_is_allowed(const struct btf *btf, in __btf_kfunc_is_allowed() function 8862 if (kfunc_flags && __btf_kfunc_is_allowed(btf, BTF_KFUNC_HOOK_COMMON, kfunc_btf_id, prog)) in btf_kfunc_is_allowed() 8867 if (kfunc_flags && __btf_kfunc_is_allowed(btf, hook, kfunc_btf_id, prog)) in btf_kfunc_is_allowed() 8897 if (!__btf_kfunc_is_allowed(btf, BTF_KFUNC_HOOK_FMODRET, kfunc_btf_id, prog)) in btf_kfunc_is_modify_return()
|