Searched defs:bpf_verifier_env (Results 1 – 1 of 1) sorted by relevance
660 struct bpf_verifier_env { struct661 u32 insn_idx;662 u32 prev_insn_idx;663 struct bpf_prog *prog; /* eBPF program being verified */664 const struct bpf_verifier_ops *ops;665 struct bpf_verifier_stack_elem *head; /* stack of verifier states to be processed */666 int stack_size; /* number of states to be processed */667 bool strict_alignment; /* perform strict pointer alignment checks */668 bool test_state_freq; /* test verifier with different pruning frequency */669 bool test_reg_invariants; /* fail verification on register invariants violations */[all …]