Home
last modified time | relevance | path

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

/Linux-v5.15/Documentation/bpf/
Ddrgn.rst183 .func_info_aux = (struct bpf_func_info_aux *)0xffff889ff795de20,
/Linux-v5.15/kernel/bpf/
Dbtf.c5594 if (prog->aux->func_info_aux[subprog].unreliable) in btf_check_subprog_arg_match()
5597 is_global = prog->aux->func_info_aux[subprog].linkage == BTF_FUNC_GLOBAL; in btf_check_subprog_arg_match()
5605 prog->aux->func_info_aux[subprog].unreliable = true; in btf_check_subprog_arg_match()
5636 prog->aux->func_info_aux[subprog].linkage != BTF_FUNC_GLOBAL) { in btf_prepare_func_args()
5662 if (prog->aux->func_info_aux[subprog].unreliable) { in btf_prepare_func_args()
Dverifier.c5707 struct bpf_func_info_aux *func_info_aux; in __check_func_call() local
5725 func_info_aux = env->prog->aux->func_info_aux; in __check_func_call()
5726 if (func_info_aux) in __check_func_call()
5727 is_global = func_info_aux[subprog].linkage == BTF_FUNC_GLOBAL; in __check_func_call()
9190 if (aux->func_info_aux[subprogno].linkage != BTF_FUNC_STATIC) { in check_ld_imm()
9875 prog->aux->func_info_aux = info_aux; in check_btf_func()
13196 if (aux->func_info_aux[i].linkage != BTF_FUNC_GLOBAL) in do_check_subprogs()
13379 conservative = aux->func_info_aux[subprog].unreliable; in bpf_check_attach_target()
Dsyscall.c1741 kfree(aux->func_info_aux); in __bpf_prog_put_rcu()
/Linux-v5.15/include/linux/
Dbpf.h895 struct bpf_func_info_aux *func_info_aux; member