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.c466 if (btf_distill_func_proto(log, btf, in bpf_struct_ops_desc_init()
H A Dverifier.c2886 err = btf_distill_func_proto(&env->log, kfunc.btf, kfunc.proto, kfunc.name, &func_model); in bpf_add_kfunc_call()
20264 ret = btf_distill_func_proto(log, btf, t, tname, &tgt_info->fmodel); in bpf_check_attach_target()
20307 ret = btf_distill_func_proto(log, btf, t, tname, &tgt_info->fmodel); in bpf_check_attach_target()
20590 err = btf_distill_func_proto(NULL, btf, t, tname, &tgt_info->fmodel); in bpf_check_attach_btf_id_multi()
H A Dbtf.c7576 int btf_distill_func_proto(struct bpf_verifier_log *log, in btf_distill_func_proto() function
/linux/include/linux/
H A Dbpf.h3157 int btf_distill_func_proto(struct bpf_verifier_log *log,