Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dcheck_btf.c202 prog->aux->func_info_aux = info_aux; in check_btf_func()
H A Dfixups.c412 if (aux->func_info_aux) in adjust_subprog_starts_after_remove()
413 memmove(aux->func_info_aux + i, in adjust_subprog_starts_after_remove()
414 aux->func_info_aux + j, in adjust_subprog_starts_after_remove()
415 sizeof(*aux->func_info_aux) * move); in adjust_subprog_starts_after_remove()
H A Dverifier.c383 struct bpf_func_info_aux *aux = env->prog->aux->func_info_aux; in bpf_subprog_is_global()
9763 if (prog->aux->func_info_aux[subprog].unreliable) in btf_check_subprog_call()
9772 prog->aux->func_info_aux[subprog].unreliable = true; in btf_check_subprog_call()
17080 if (aux->func_info_aux[subprogno].linkage != BTF_FUNC_STATIC) { in check_ld_imm()
19386 if (env->prog->aux->func_info_aux) { in do_check_common()
19389 env->prog->aux->func_info_aux[0].unreliable = true; in do_check_common()
19955 conservative = aux->func_info_aux[subprog].unreliable; in bpf_check_attach_target()
H A Dsyscall.c2445 kfree(aux->func_info_aux); in __bpf_prog_put_rcu()
H A Dbtf.c8035 if (prog->aux->func_info_aux[subprog].unreliable) { in btf_prepare_func_args()
/linux/include/linux/
H A Dbpf_verifier.h1050 return &env->prog->aux->func_info_aux[subprog]; in subprog_aux()
H A Dbpf.h1827 struct bpf_func_info_aux *func_info_aux; member