Searched refs:cur_aux (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/bpf/
H A Dverifier.c10144 static struct bpf_insn_aux_data *cur_aux(struct bpf_verifier_env *env) function
10163 struct bpf_loop_inline_state *state = &cur_aux(env)->loop_inline_state;
12648 struct bpf_insn_aux_data *aux = cur_aux(env);
12695 struct bpf_insn_aux_data *aux = commit_window ? cur_aux(env) : &info->aux;
13889 struct bpf_insn_aux_data *aux = cur_aux(env);
15170 struct bpf_insn_aux_data *aux = cur_aux(env);

Completed in 212 milliseconds