Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/bpf/
H A Dtest_verifier.c84 struct bpf_test { struct
85 const char *descr;
86 struct bpf_insn insns[MAX_INSNS];
87 struct bpf_insn *fill_insns;
113 int fixup_prog1[MAX_FIXUPS];
114 int fixup_prog2[MAX_FIXUPS];
145 void (*fill_helper)(struct bpf_test *self); argument
156 bpf_testdata_struct_t; argument
160 const char *kfunc;
162 int func_info_cnt;
[all …]
/linux-6.15/lib/
H A 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()