Home
last modified time | relevance | path

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

/Linux-v4.19/lib/
Dtest_bpf.c70 struct bpf_test { struct
86 int (*fill_helper)(struct bpf_test *self); argument
94 static int bpf_fill_maxinsns1(struct bpf_test *self) in bpf_fill_maxinsns1() argument
114 static int bpf_fill_maxinsns2(struct bpf_test *self) in bpf_fill_maxinsns2()
133 static int bpf_fill_maxinsns3(struct bpf_test *self) in bpf_fill_maxinsns3()
160 static int bpf_fill_maxinsns4(struct bpf_test *self) in bpf_fill_maxinsns4()
179 static int bpf_fill_maxinsns5(struct bpf_test *self) in bpf_fill_maxinsns5()
202 static int bpf_fill_maxinsns6(struct bpf_test *self) in bpf_fill_maxinsns6()
224 static int bpf_fill_maxinsns7(struct bpf_test *self) in bpf_fill_maxinsns7()
250 static int bpf_fill_maxinsns8(struct bpf_test *self) in bpf_fill_maxinsns8()
[all …]
/Linux-v4.19/tools/testing/selftests/bpf/
Dtest_verifier.c60 struct bpf_test { struct
82 void (*fill_helper)(struct bpf_test *self); argument
100 static void bpf_fill_ld_abs_vlan_push_pop(struct bpf_test *self) in bpf_fill_ld_abs_vlan_push_pop()
141 static void bpf_fill_jump_around_ld_abs(struct bpf_test *self) in bpf_fill_jump_around_ld_abs()
156 static void bpf_fill_rand_ld_dw(struct bpf_test *self) in bpf_fill_rand_ld_dw()
180 static struct bpf_test tests[] = {
12633 static void do_test_fixup(struct bpf_test *test, struct bpf_insn *prog, in do_test_fixup()
12721 static void do_test_single(struct bpf_test *test, bool unpriv, in do_test_single()
12879 struct bpf_test *test = &tests[i]; in do_test()