Home
last modified time | relevance | path

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

/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
109 static int bpf_fill_maxinsns2(struct bpf_test *self) in bpf_fill_maxinsns2()
128 static int bpf_fill_maxinsns3(struct bpf_test *self) in bpf_fill_maxinsns3()
155 static int bpf_fill_maxinsns4(struct bpf_test *self) in bpf_fill_maxinsns4()
400 static int bpf_fill_ja(struct bpf_test *self) in bpf_fill_ja()
456 static int bpf_fill_stxw(struct bpf_test *self) in bpf_fill_stxw()
461 static int bpf_fill_stxdw(struct bpf_test *self) in bpf_fill_stxdw()
822 int (*emit)(struct bpf_test*, void*, in __bpf_fill_pattern() argument
[all …]
/linux/tools/testing/selftests/bpf/
A Dtest_verifier.c70 struct bpf_test { struct
112 void (*fill_helper)(struct bpf_test *self); argument
192 static void bpf_fill_jump_around_ld_abs(struct bpf_test *self) in bpf_fill_jump_around_ld_abs()
214 static void bpf_fill_rand_ld_dw(struct bpf_test *self) in bpf_fill_rand_ld_dw()
242 static void bpf_fill_scale1(struct bpf_test *self) in bpf_fill_scale1()
268 static void bpf_fill_scale2(struct bpf_test *self) in bpf_fill_scale2()
296 static void bpf_fill_scale(struct bpf_test *self) in bpf_fill_scale()
347 static void bpf_fill_torturous_jumps(struct bpf_test *self) in bpf_fill_torturous_jumps()
435 static struct bpf_test tests[] = {
1318 static bool test_as_unpriv(struct bpf_test *test) in test_as_unpriv()
[all …]

Completed in 29 milliseconds