Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dbpf.h2062 int btf_check_subprog_call(struct bpf_verifier_env *env, int subprog,
/linux-6.1.9/kernel/bpf/
Dbtf.c6625 int btf_check_subprog_call(struct bpf_verifier_env *env, int subprog, in btf_check_subprog_call() function
Dverifier.c6697 err = btf_check_subprog_call(env, subprog, caller->regs); in __check_func_call()