Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
A Dtest_verifier.c70 struct bpf_test { struct
71 const char *descr;
72 struct bpf_insn insns[MAX_INSNS];
73 struct bpf_insn *fill_insns;
74 int fixup_map_hash_8b[MAX_FIXUPS];
80 int fixup_map_xskmap[MAX_FIXUPS];
82 int fixup_prog1[MAX_FIXUPS];
83 int fixup_prog2[MAX_FIXUPS];
84 int fixup_map_in_map[MAX_FIXUPS];
112 void (*fill_helper)(struct bpf_test *self); argument
[all …]
/linux/lib/
A Dtest_bpf.c64 struct bpf_test { struct
80 int (*fill_helper)(struct bpf_test *self); argument
89 static int bpf_fill_maxinsns1(struct bpf_test *self) in bpf_fill_maxinsns1() argument
822 int (*emit)(struct bpf_test*, void*, in __bpf_fill_pattern()

Completed in 20 milliseconds