Home
last modified time | relevance | path

Searched refs:vstate (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/kernel/bpf/
Dverifier.c1720 struct bpf_verifier_state *vstate = env->cur_state; in check_reg_arg() local
1721 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() local
2405 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() local
2586 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() local
2644 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() local
4684 for (i = 0; i <= vstate->curframe; i++) in clear_all_pkt_pointers()
[all …]