Lines Matching defs:cur_st
8896 static struct bpf_reg_state *get_iter_from_state(struct bpf_verifier_state *cur_st,
8902 return &cur_st->frame[iter_frameno]->stack[iter_spi].spilled_ptr;
8986 struct bpf_verifier_state *cur_st = env->cur_state, *queued_st, *prev_st;
8987 struct bpf_func_state *cur_fr = cur_st->frame[cur_st->curframe], *queued_fr;
8992 cur_iter = get_iter_from_state(cur_st, meta);
9005 if (!cur_st->parent || cur_st->parent->insn_idx != insn_idx ||
9006 !same_callsites(cur_st->parent, cur_st)) {
9010 /* Note cur_st->parent in the call below, it is necessary to skip
9011 * checkpoint created for cur_st by is_state_visited()
9014 prev_st = find_prev_entry(env, cur_st->parent, insn_idx);
16703 struct bpf_verifier_state *cur_st = env->cur_state, *queued_st, *prev_st;
16712 prev_st = find_prev_entry(env, cur_st->parent, idx);