Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/bpf/
H A Ddrgn.rst183 .func_info_aux = (struct bpf_func_info_aux *)0xffff889ff795de20,
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dbtf.c5154 if (prog->aux->func_info_aux[subprog].unreliable) in btf_check_func_arg_match()
5222 prog->aux->func_info_aux[subprog].unreliable = true; in btf_check_func_arg_match()
5246 prog->aux->func_info_aux[subprog].linkage != BTF_FUNC_GLOBAL) { in btf_prepare_func_args()
5272 if (prog->aux->func_info_aux[subprog].unreliable) { in btf_prepare_func_args()
H A Dverifier.c5075 struct bpf_func_info_aux *func_info_aux; in check_func_call() local
5101 func_info_aux = env->prog->aux->func_info_aux; in check_func_call()
5102 if (func_info_aux) in check_func_call()
5103 is_global = func_info_aux[subprog].linkage == BTF_FUNC_GLOBAL; in check_func_call()
8799 prog->aux->func_info_aux = info_aux; in check_btf_func()
11845 if (aux->func_info_aux[i].linkage != BTF_FUNC_GLOBAL) in do_check_subprogs()
12042 conservative = aux->func_info_aux[subprog].unreliable; in bpf_check_attach_target()
H A Dsyscall.c1747 kfree(aux->func_info_aux); in __bpf_prog_put_rcu()
/OK3568_Linux_fs/kernel/include/linux/
H A Dbpf.h842 struct bpf_func_info_aux *func_info_aux; member