Home
last modified time | relevance | path

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

/linux-5.19.10/tools/testing/selftests/bpf/
Dtest_verifier.c78 struct bpf_test { struct
79 const char *descr;
80 struct bpf_insn insns[MAX_INSNS];
81 struct bpf_insn *fill_insns;
82 int fixup_map_hash_8b[MAX_FIXUPS];
83 int fixup_map_hash_48b[MAX_FIXUPS];
84 int fixup_map_hash_16b[MAX_FIXUPS];
85 int fixup_map_array_48b[MAX_FIXUPS];
86 int fixup_map_sockmap[MAX_FIXUPS];
87 int fixup_map_sockhash[MAX_FIXUPS];
[all …]
/linux-5.19.10/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
823 int (*emit)(struct bpf_test*, void*, in __bpf_fill_pattern()