Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dcfg.c505 ret = bpf_get_helper_proto(env, insn->imm, &fp); in visit_insn()
H A Dverifier.c10786 int bpf_get_helper_proto(struct bpf_verifier_env *env, int func_id, in bpf_get_helper_proto() function
10853 err = bpf_get_helper_proto(env, insn->imm, &fn); in check_helper_call()
13437 if (bpf_get_helper_proto(env, insn->imm, &fn) < 0) in bpf_helper_stack_access_bytes()
17729 if (bpf_get_helper_proto(env, call->imm, &fn) < 0) in bpf_get_call_summary()
/linux/include/linux/
H A Dbpf_verifier.h1617 int bpf_get_helper_proto(struct bpf_verifier_env *env, int func_id,