Lines Matching refs:bpf_test
66 struct bpf_test { struct
107 void (*fill_helper)(struct bpf_test *self); argument
140 static void bpf_fill_ld_abs_vlan_push_pop(struct bpf_test *self) in bpf_fill_ld_abs_vlan_push_pop() argument
187 static void bpf_fill_jump_around_ld_abs(struct bpf_test *self) in bpf_fill_jump_around_ld_abs()
209 static void bpf_fill_rand_ld_dw(struct bpf_test *self) in bpf_fill_rand_ld_dw()
237 static void bpf_fill_scale1(struct bpf_test *self) in bpf_fill_scale1()
263 static void bpf_fill_scale2(struct bpf_test *self) in bpf_fill_scale2()
291 static void bpf_fill_scale(struct bpf_test *self) in bpf_fill_scale()
342 static void bpf_fill_torturous_jumps(struct bpf_test *self) in bpf_fill_torturous_jumps()
430 static struct bpf_test tests[] = {
697 static void do_test_fixup(struct bpf_test *test, enum bpf_prog_type prog_type, in do_test_fixup()
1038 static void do_test_single(struct bpf_test *test, bool unpriv, in do_test_single()
1264 static bool test_as_unpriv(struct bpf_test *test) in test_as_unpriv()
1289 struct bpf_test *test = &tests[i]; in do_test()