Searched refs:push_callback_call (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/kernel/bpf/ |
H A D | verifier.c | 9252 static int push_callback_call(struct bpf_verifier_env *env, struct bpf_insn *insn, in push_callback_call() function 10091 err = push_callback_call(env, insn, insn_idx, meta.subprogno, in check_helper_call() 10095 err = push_callback_call(env, insn, insn_idx, meta.subprogno, in check_helper_call() 10099 err = push_callback_call(env, insn, insn_idx, meta.subprogno, in check_helper_call() 10114 err = push_callback_call(env, insn, insn_idx, meta.subprogno, in check_helper_call() 10200 err = push_callback_call(env, insn, insn_idx, meta.subprogno, in check_helper_call() 11761 err = push_callback_call(env, insn, insn_idx, meta.subprogno, in check_kfunc_call()
|