Home
last modified time | relevance | path

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

/Linux-v5.10/Documentation/bpf/
Ddrgn.rst183 .func_info_aux = (struct bpf_func_info_aux *)0xffff889ff795de20,
/Linux-v5.10/kernel/bpf/
Dbtf.c5143 if (prog->aux->func_info_aux[subprog].unreliable) in btf_check_func_arg_match()
5211 prog->aux->func_info_aux[subprog].unreliable = true; in btf_check_func_arg_match()
5235 prog->aux->func_info_aux[subprog].linkage != BTF_FUNC_GLOBAL) { in btf_prepare_func_args()
5261 if (prog->aux->func_info_aux[subprog].unreliable) { in btf_prepare_func_args()
Dverifier.c4743 struct bpf_func_info_aux *func_info_aux; in check_func_call() local
4769 func_info_aux = env->prog->aux->func_info_aux; in check_func_call()
4770 if (func_info_aux) in check_func_call()
4771 is_global = func_info_aux[subprog].linkage == BTF_FUNC_GLOBAL; in check_func_call()
8283 prog->aux->func_info_aux = info_aux; in check_btf_func()
11355 if (aux->func_info_aux[i].linkage != BTF_FUNC_GLOBAL) in do_check_subprogs()
11547 conservative = aux->func_info_aux[subprog].unreliable; in bpf_check_attach_target()
Dsyscall.c1724 kfree(aux->func_info_aux); in __bpf_prog_put_rcu()
/Linux-v5.10/include/linux/
Dbpf.h808 struct bpf_func_info_aux *func_info_aux; member