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