Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/bpf/
Dverifier.c10412 static int get_helper_proto(struct bpf_verifier_env *env, int func_id, in get_helper_proto() function
10441 err = get_helper_proto(env, insn->imm, &fn); in check_helper_call()
16272 if (get_helper_proto(env, call->imm, &fn) < 0) in mark_fastcall_pattern_for_call()