Searched refs:vstate (Results 1 – 1 of 1) sorted by relevance
1361 struct bpf_verifier_state *vstate = env->cur_state; in check_reg_arg() local1362 struct bpf_func_state *state = vstate->frame[vstate->curframe]; in check_reg_arg()2016 struct bpf_verifier_state *vstate = env->cur_state; in check_stack_read() local2017 struct bpf_func_state *state = vstate->frame[vstate->curframe]; in check_stack_read()2170 struct bpf_verifier_state *vstate = env->cur_state; in check_map_access() local2171 struct bpf_func_state *state = vstate->frame[vstate->curframe]; in check_map_access()3704 struct bpf_verifier_state *vstate = env->cur_state; in clear_all_pkt_pointers() local3707 for (i = 0; i <= vstate->curframe; i++) in clear_all_pkt_pointers()3708 __clear_all_pkt_pointers(env, vstate->frame[i]); in clear_all_pkt_pointers()3736 struct bpf_verifier_state *vstate = env->cur_state; in release_reference() local[all …]