Lines Matching refs:queued_st
9229 struct bpf_verifier_state *cur_st = env->cur_state, *queued_st, *prev_st; in process_iter_next_call() local
9259 queued_st = push_stack(env, insn_idx + 1, insn_idx, false); in process_iter_next_call()
9260 if (IS_ERR(queued_st)) in process_iter_next_call()
9261 return PTR_ERR(queued_st); in process_iter_next_call()
9263 queued_iter = get_iter_from_state(queued_st, meta); in process_iter_next_call()
9267 widen_imprecise_scalars(env, prev_st, queued_st); in process_iter_next_call()
9269 queued_fr = queued_st->frame[queued_st->curframe]; in process_iter_next_call()
17506 struct bpf_verifier_state *cur_st = env->cur_state, *queued_st, *prev_st; in check_cond_jmp_op() local
17518 queued_st = push_stack(env, idx + 1, idx, false); in check_cond_jmp_op()
17519 if (IS_ERR(queued_st)) in check_cond_jmp_op()
17520 return PTR_ERR(queued_st); in check_cond_jmp_op()
17522 queued_st->may_goto_depth++; in check_cond_jmp_op()
17524 widen_imprecise_scalars(env, prev_st, queued_st); in check_cond_jmp_op()