Lines Matching refs:bpf_test
90 struct bpf_test { struct
151 void (*fill_helper)(struct bpf_test *self); argument
192 static void bpf_fill_ld_abs_vlan_push_pop(struct bpf_test *self) in bpf_fill_ld_abs_vlan_push_pop() argument
239 static void bpf_fill_jump_around_ld_abs(struct bpf_test *self) in bpf_fill_jump_around_ld_abs()
261 static void bpf_fill_rand_ld_dw(struct bpf_test *self) in bpf_fill_rand_ld_dw()
289 static void bpf_fill_scale1(struct bpf_test *self) in bpf_fill_scale1()
315 static void bpf_fill_scale2(struct bpf_test *self) in bpf_fill_scale2()
343 static void bpf_fill_scale(struct bpf_test *self) in bpf_fill_scale()
394 static void bpf_fill_torturous_jumps(struct bpf_test *self) in bpf_fill_torturous_jumps()
428 static void bpf_fill_big_prog_with_loop_1(struct bpf_test *self) in bpf_fill_big_prog_with_loop_1()
521 static struct bpf_test tests[] = {
791 static int load_btf_for_test(struct bpf_test *test) in load_btf_for_test()
881 static void do_test_fixup(struct bpf_test *test, enum bpf_prog_type prog_type, in do_test_fixup()
1395 static bool check_xlated_program(struct bpf_test *test, int fd_prog) in check_xlated_program()
1443 static void do_test_single(struct bpf_test *test, bool unpriv, in do_test_single()
1684 static bool test_as_unpriv(struct bpf_test *test) in test_as_unpriv()
1709 struct bpf_test *test = &tests[i]; in do_test()