Lines Matching refs:bpf_test
84 struct bpf_test { struct
145 void (*fill_helper)(struct bpf_test *self); argument
186 static void bpf_fill_ld_abs_vlan_push_pop(struct bpf_test *self) in bpf_fill_ld_abs_vlan_push_pop() argument
233 static void bpf_fill_jump_around_ld_abs(struct bpf_test *self) in bpf_fill_jump_around_ld_abs()
255 static void bpf_fill_rand_ld_dw(struct bpf_test *self) in bpf_fill_rand_ld_dw()
283 static void bpf_fill_scale1(struct bpf_test *self) in bpf_fill_scale1()
309 static void bpf_fill_scale2(struct bpf_test *self) in bpf_fill_scale2()
337 static void bpf_fill_scale(struct bpf_test *self) in bpf_fill_scale()
388 static void bpf_fill_torturous_jumps(struct bpf_test *self) in bpf_fill_torturous_jumps()
422 static void bpf_fill_big_prog_with_loop_1(struct bpf_test *self) in bpf_fill_big_prog_with_loop_1()
515 static struct bpf_test tests[] = {
785 static int load_btf_for_test(struct bpf_test *test) in load_btf_for_test()
1007 static void do_test_fixup(struct bpf_test *test, enum bpf_prog_type prog_type, in do_test_fixup()
1456 static bool check_xlated_program(struct bpf_test *test, int fd_prog) in check_xlated_program()
1504 static void do_test_single(struct bpf_test *test, bool unpriv, in do_test_single()
1739 static bool test_as_unpriv(struct bpf_test *test) in test_as_unpriv()
1770 struct bpf_test *test = &tests[i]; in do_test()