Searched defs:bpf_verifier_env (Results 1 – 2 of 2) sorted by relevance
415 struct bpf_verifier_env { struct416 u32 insn_idx;417 u32 prev_insn_idx;418 struct bpf_prog *prog; /* eBPF program being verified */419 const struct bpf_verifier_ops *ops;420 struct bpf_verifier_stack_elem *head; /* stack of verifier states to be processed */421 int stack_size; /* number of states to be processed */422 bool strict_alignment; /* perform strict pointer alignment checks */423 bool test_state_freq; /* test verifier with different pruning frequency */424 struct bpf_verifier_state *cur_state; /* current verifier state */[all …]
605 struct bpf_verifier_env { struct606 u32 insn_idx;607 u32 prev_insn_idx;608 struct bpf_prog *prog; /* eBPF program being verified */609 const struct bpf_verifier_ops *ops;610 struct bpf_verifier_stack_elem *head; /* stack of verifier states to be processed */611 int stack_size; /* number of states to be processed */612 bool strict_alignment; /* perform strict pointer alignment checks */613 bool test_state_freq; /* test verifier with different pruning frequency */614 struct bpf_verifier_state *cur_state; /* current verifier state */[all …]