Home
last modified time | relevance | path

Searched refs:__check_func_call (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/kernel/bpf/
Dverifier.c8853 static int __check_func_call(struct bpf_verifier_env *env, struct bpf_insn *insn, in __check_func_call() function
9042 return __check_func_call(env, insn, insn_idx, subprog, set_callee_state); in check_func_call()
9676 err = __check_func_call(env, insn, insn_idx_p, meta.subprogno, in check_helper_call()
9680 err = __check_func_call(env, insn, insn_idx_p, meta.subprogno, in check_helper_call()
9684 err = __check_func_call(env, insn, insn_idx_p, meta.subprogno, in check_helper_call()
9692 err = __check_func_call(env, insn, insn_idx_p, meta.subprogno, in check_helper_call()
9772 err = __check_func_call(env, insn, insn_idx_p, meta.subprogno, in check_helper_call()
11395 err = __check_func_call(env, insn, insn_idx_p, meta.subprogno, in check_kfunc_call()
/Linux-v6.6/Documentation/bpf/
Dverifier.rst413 ``__check_func_call()``.