Home
last modified time | relevance | path

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

/linux-6.14.4/tools/testing/selftests/bpf/
Dtest_verifier.c84 struct bpf_test { struct
85 const char *descr;
86 struct bpf_insn insns[MAX_INSNS];
87 struct bpf_insn *fill_insns;
99 struct bpf_insn expected_insns[MAX_EXPECTED_INSNS];
104 struct bpf_insn unexpected_insns[MAX_UNEXPECTED_INSNS];
105 int fixup_map_hash_8b[MAX_FIXUPS];
106 int fixup_map_hash_48b[MAX_FIXUPS];
107 int fixup_map_hash_16b[MAX_FIXUPS];
108 int fixup_map_array_48b[MAX_FIXUPS];
[all …]
/linux-6.14.4/lib/
Dtest_bpf.c65 struct bpf_test { struct
81 int (*fill_helper)(struct bpf_test *self); argument
90 static int bpf_fill_maxinsns1(struct bpf_test *self) in bpf_fill_maxinsns1() argument
843 int (*emit)(struct bpf_test*, void*, in __bpf_fill_pattern()