Searched refs:push_jmp_history (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/bpf/
H A Dverifier.c3324 static int push_jmp_history(struct bpf_verifier_env *env, struct bpf_verifier_state *cur, function
4598 return push_jmp_history(env, env->cur_state, insn_flags);
4903 return push_jmp_history(env, env->cur_state, insn_flags);
17368 err = err ? : push_jmp_history(env, cur, 0);
17636 err = push_jmp_history(env, state, 0);

Completed in 253 milliseconds