Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dbtf.c224 BTF_KFUNC_HOOK_MAX, enumerator
239 struct btf_id_set8 *sets[BTF_KFUNC_HOOK_MAX];
240 struct btf_kfunc_hook_filter hook_filters[BTF_KFUNC_HOOK_MAX];
8937 if (hook >= BTF_KFUNC_HOOK_MAX) { in btf_populate_kfunc_set()
9043 if (hook >= BTF_KFUNC_HOOK_MAX) in btf_kfunc_id_set_contains()
9065 if (hook >= BTF_KFUNC_HOOK_MAX) in __btf_kfunc_is_allowed()
9122 return BTF_KFUNC_HOOK_MAX; in bpf_prog_type_to_kfunc_hook()
9182 for (hook = 0; hook < BTF_KFUNC_HOOK_MAX; hook++) { in btf_kfunc_check_flag()