Home
last modified time | relevance | path

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

/kernel/bpf/preload/iterators/
A Diterators.bpf.c45 struct bpf_func_info *func_info; member
114 get_name(aux->btf, aux->func_info[0].type_id, aux->name), in dump_bpf_prog()
/kernel/bpf/
A Dverifier.c444 if (!env->prog->aux->func_info) in subprog_name()
10562 if (!prog->aux->func_info) in btf_check_subprog_call()
16922 if (!aux->func_info) { in check_ld_imm()
18034 prog->aux->func_info = krecord; in check_btf_func_early()
18075 krecord = prog->aux->func_info; in check_btf_func()
18123 if (!aux->func_info) in adjust_btf_func()
20859 if (aux->func_info) { in adjust_subprog_starts_after_remove()
20862 memmove(aux->func_info + i, in adjust_subprog_starts_after_remove()
20863 aux->func_info + j, in adjust_subprog_starts_after_remove()
21577 func[i]->aux->func_info = prog->aux->func_info; in jit_subprogs()
[all …]
A Dsyscall.c2328 kvfree(aux->func_info); in __bpf_prog_put_rcu()
5076 user_finfo = u64_to_user_ptr(info.func_info); in bpf_prog_get_info_by_fd()
5078 if (copy_to_user(user_finfo, prog->aux->func_info, in bpf_prog_get_info_by_fd()
A Dbtf.c7551 if (!prog->aux->func_info) { in btf_check_type_match()
7556 btf_id = prog->aux->func_info[0].type_id; in btf_check_type_match()
7686 if (!prog->aux->func_info) { in btf_prepare_func_args()
7691 btf_id = prog->aux->func_info[subprog].type_id; in btf_prepare_func_args()
A Dcore.c616 prog->aux->func_info[prog->aux->func_idx].type_id); in bpf_prog_ksym_set_name()

Completed in 81 milliseconds