Searched refs:btf_distill_func_proto (Results 1 – 4 of 4) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | bpf_struct_ops.c | 439 if (btf_distill_func_proto(log, btf, in bpf_struct_ops_desc_init()
|
| H A D | verifier.c | 3520 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 D | btf.c | 7471 int btf_distill_func_proto(struct bpf_verifier_log *log, in btf_distill_func_proto() function
|
| /linux/include/linux/ |
| H A D | bpf.h | 3017 int btf_distill_func_proto(struct bpf_verifier_log *log,
|