Searched defs:bpf_verifier_env (Results 1 – 1 of 1) sorted by relevance
573 struct bpf_verifier_env { struct574 u32 insn_idx;575 u32 prev_insn_idx;576 struct bpf_prog *prog; /* eBPF program being verified */577 const struct bpf_verifier_ops *ops;578 struct bpf_verifier_stack_elem *head; /* stack of verifier states to be processed */579 int stack_size; /* number of states to be processed */580 bool strict_alignment; /* perform strict pointer alignment checks */581 bool test_state_freq; /* test verifier with different pruning frequency */582 struct bpf_verifier_state *cur_state; /* current verifier state */[all …]