Searched refs:vstate (Results 1 – 1 of 1) sorted by relevance
1720 struct bpf_verifier_state *vstate = env->cur_state; in check_reg_arg() local1721 struct bpf_func_state *state = vstate->frame[vstate->curframe]; in check_reg_arg()2404 struct bpf_verifier_state *vstate = env->cur_state; in check_stack_read() local2405 struct bpf_func_state *state = vstate->frame[vstate->curframe]; in check_stack_read()2585 struct bpf_verifier_state *vstate = env->cur_state; in check_mem_region_access() local2586 struct bpf_func_state *state = vstate->frame[vstate->curframe]; in check_mem_region_access()2643 struct bpf_verifier_state *vstate = env->cur_state; in check_map_access() local2644 struct bpf_func_state *state = vstate->frame[vstate->curframe]; in check_map_access()4681 struct bpf_verifier_state *vstate = env->cur_state; in clear_all_pkt_pointers() local4684 for (i = 0; i <= vstate->curframe; i++) in clear_all_pkt_pointers()[all …]