Lines Matching refs:bpf_test
86 struct bpf_test { struct
147 void (*fill_helper)(struct bpf_test *self); argument
188 static void bpf_fill_ld_abs_vlan_push_pop(struct bpf_test *self) in bpf_fill_ld_abs_vlan_push_pop() argument
235 static void bpf_fill_jump_around_ld_abs(struct bpf_test *self) in bpf_fill_jump_around_ld_abs()
257 static void bpf_fill_rand_ld_dw(struct bpf_test *self) in bpf_fill_rand_ld_dw()
285 static void bpf_fill_scale1(struct bpf_test *self) in bpf_fill_scale1()
311 static void bpf_fill_scale2(struct bpf_test *self) in bpf_fill_scale2()
339 static void bpf_fill_scale(struct bpf_test *self) in bpf_fill_scale()
390 static void bpf_fill_torturous_jumps(struct bpf_test *self) in bpf_fill_torturous_jumps()
424 static void bpf_fill_big_prog_with_loop_1(struct bpf_test *self) in bpf_fill_big_prog_with_loop_1()
517 static struct bpf_test tests[] = {
787 static int load_btf_for_test(struct bpf_test *test) in load_btf_for_test()
1009 static void do_test_fixup(struct bpf_test *test, enum bpf_prog_type prog_type, in do_test_fixup()
1505 static bool check_xlated_program(struct bpf_test *test, int fd_prog) in check_xlated_program()
1554 static void do_test_single(struct bpf_test *test, bool unpriv, in do_test_single()
1782 static bool test_as_unpriv(struct bpf_test *test) in test_as_unpriv()
1813 struct bpf_test *test = &tests[i]; in do_test()