Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/bpf/
Dverifier.c1361 struct bpf_verifier_state *vstate = env->cur_state; in check_reg_arg() local
1362 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() local
2017 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() local
2171 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() local
3707 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 …]