Searched refs:bpf_get_helper_proto (Results 1 – 3 of 3) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | cfg.c | 505 ret = bpf_get_helper_proto(env, insn->imm, &fp); in visit_insn()
|
| H A D | verifier.c | 10786 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 D | bpf_verifier.h | 1617 int bpf_get_helper_proto(struct bpf_verifier_env *env, int func_id,
|