Searched defs:bpf_verifier_env (Results 1 – 2 of 2) sorted by relevance
31470 struct bpf_verifier_env { struct31471 u32 insn_idx;31472 u32 prev_insn_idx;31473 struct bpf_prog *prog;31474 const struct bpf_verifier_ops *ops;31475 struct bpf_verifier_stack_elem *head;31476 int stack_size;31477 bool strict_alignment;31478 bool test_state_freq;31479 struct bpf_verifier_state *cur_state;[all …]
41179 struct bpf_verifier_env { struct41180 u32 insn_idx;41181 u32 prev_insn_idx;41182 struct bpf_prog *prog;41183 const struct bpf_verifier_ops *ops;41184 struct bpf_verifier_stack_elem *head;41185 int stack_size;41186 bool strict_alignment;41187 bool test_state_freq;41188 struct bpf_verifier_state *cur_state;[all …]