Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dbpf_struct_ops.c439 if (btf_distill_func_proto(log, btf, in bpf_struct_ops_desc_init()
H A Dverifier.c3520 err = btf_distill_func_proto(&env->log, kfunc.btf, kfunc.proto, kfunc.name, &func_model); in add_kfunc_call()
25166 ret = btf_distill_func_proto(log, btf, t, tname, &tgt_info->fmodel); in bpf_check_attach_target()
25205 ret = btf_distill_func_proto(log, btf, t, tname, &tgt_info->fmodel); in bpf_check_attach_target()
H A Dbtf.c7471 int btf_distill_func_proto(struct bpf_verifier_log *log, in btf_distill_func_proto() function
/linux/include/linux/
H A Dbpf.h3017 int btf_distill_func_proto(struct bpf_verifier_log *log,