Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dverifier.c342 struct bpf_func_info_aux *aux = env->prog->aux->func_info_aux; in bpf_subprog_is_global()
9420 if (prog->aux->func_info_aux[subprog].unreliable) in btf_check_subprog_call()
9429 prog->aux->func_info_aux[subprog].unreliable = true; in btf_check_subprog_call()
16582 if (aux->func_info_aux[subprogno].linkage != BTF_FUNC_STATIC) { in check_ld_imm()
18786 if (env->prog->aux->func_info_aux) { in do_check_common()
18789 env->prog->aux->func_info_aux[0].unreliable = true; in do_check_common()
19195 conservative = aux->func_info_aux[subprog].unreliable; in bpf_check_attach_target()
H A Dsyscall.c2363 kfree(aux->func_info_aux); in __bpf_prog_put_rcu()
H A Dbtf.c7876 if (prog->aux->func_info_aux[subprog].unreliable) { in btf_prepare_func_args()
/linux/include/linux/
H A Dbpf.h1740 struct bpf_func_info_aux *func_info_aux; member