Searched refs:queued_st (Results 1 – 1 of 1) sorted by relevance
7585 struct bpf_verifier_state *cur_st = env->cur_state, *queued_st; in process_iter_next_call() local7604 queued_st = push_stack(env, insn_idx + 1, insn_idx, false); in process_iter_next_call()7605 if (!queued_st) in process_iter_next_call()7608 queued_iter = &queued_st->frame[iter_frameno]->stack[iter_spi].spilled_ptr; in process_iter_next_call()7612 queued_fr = queued_st->frame[queued_st->curframe]; in process_iter_next_call()