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