Searched refs:func_info_aux (Results 1 – 5 of 5) sorted by relevance
183 .func_info_aux = (struct bpf_func_info_aux *)0xffff889ff795de20,
5722 if (prog->aux->func_info_aux[subprog].unreliable) in btf_check_subprog_arg_match()5725 is_global = prog->aux->func_info_aux[subprog].linkage == BTF_FUNC_GLOBAL; in btf_check_subprog_arg_match()5733 prog->aux->func_info_aux[subprog].unreliable = true; in btf_check_subprog_arg_match()5764 prog->aux->func_info_aux[subprog].linkage != BTF_FUNC_GLOBAL) { in btf_prepare_func_args()5790 if (prog->aux->func_info_aux[subprog].unreliable) { in btf_prepare_func_args()
5922 struct bpf_func_info_aux *func_info_aux; in __check_func_call() local5940 func_info_aux = env->prog->aux->func_info_aux; in __check_func_call()5941 if (func_info_aux) in __check_func_call()5942 is_global = func_info_aux[subprog].linkage == BTF_FUNC_GLOBAL; in __check_func_call()9420 if (aux->func_info_aux[subprogno].linkage != BTF_FUNC_STATIC) { in check_ld_imm()10105 prog->aux->func_info_aux = info_aux; in check_btf_func()13443 if (aux->func_info_aux[i].linkage != BTF_FUNC_GLOBAL) in do_check_subprogs()13626 conservative = aux->func_info_aux[subprog].unreliable; in bpf_check_attach_target()
1772 kfree(aux->func_info_aux); in __bpf_prog_put_rcu()
907 struct bpf_func_info_aux *func_info_aux; member
Completed in 54 milliseconds