Home
last modified time | relevance | path

Searched defs:bpf_verifier_env (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/include/linux/
Dbpf_verifier.h703 struct bpf_verifier_env { struct
704 u32 insn_idx;
705 u32 prev_insn_idx;
706 struct bpf_prog *prog; /* eBPF program being verified */
707 const struct bpf_verifier_ops *ops;
708 struct module *attach_btf_mod; /* The owner module of prog->aux->attach_btf */
709 struct bpf_verifier_stack_elem *head; /* stack of verifier states to be processed */
710 int stack_size; /* number of states to be processed */
711 bool strict_alignment; /* perform strict pointer alignment checks */
712 bool test_state_freq; /* test verifier with different pruning frequency */
[all …]