Searched refs:__check_func_call (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.1/kernel/bpf/ |
| D | verifier.c | 6654 static int __check_func_call(struct bpf_verifier_env *env, struct bpf_insn *insn, in __check_func_call() function 6830 return __check_func_call(env, insn, insn_idx, subprog, set_callee_state); in check_func_call() 7384 err = __check_func_call(env, insn, insn_idx_p, meta.subprogno, in check_helper_call() 7388 err = __check_func_call(env, insn, insn_idx_p, meta.subprogno, in check_helper_call() 7392 err = __check_func_call(env, insn, insn_idx_p, meta.subprogno, in check_helper_call() 7400 err = __check_func_call(env, insn, insn_idx_p, meta.subprogno, in check_helper_call() 7446 err = __check_func_call(env, insn, insn_idx_p, meta.subprogno, in check_helper_call()
|