Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h31470 struct bpf_verifier_env { struct
31471 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 …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h41179 struct bpf_verifier_env { struct
41180 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 …]