Home
last modified time | relevance | path

Searched refs:func_info_aux (Results 1 - 3 of 3) sorted by relevance

/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H A Dverifier.c5065 struct bpf_func_info_aux *func_info_aux; in check_func_call() local
5088 func_info_aux = env->prog->aux->func_info_aux; in check_func_call()
5089 if (func_info_aux) { in check_func_call()
5090 is_global = func_info_aux[subprog].linkage == BTF_FUNC_GLOBAL; in check_func_call()
8668 prog->aux->func_info_aux = info_aux; in check_btf_func()
11689 if (aux->func_info_aux[i].linkage != BTF_FUNC_GLOBAL) { in do_check_subprogs()
11875 conservative = aux->func_info_aux[subprog].unreliable; in bpf_check_attach_target()
H A Dsyscall.c1775 kfree(aux->func_info_aux); in _bpf_prog_put_rcu()
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dbpf.h827 struct bpf_func_info_aux *func_info_aux; member

Completed in 29 milliseconds