bpf_test 79 lib/test_bpf.c int (*fill_helper)(struct bpf_test *self); bpf_test 87 lib/test_bpf.c static int bpf_fill_maxinsns1(struct bpf_test *self) bpf_test 107 lib/test_bpf.c static int bpf_fill_maxinsns2(struct bpf_test *self) bpf_test 126 lib/test_bpf.c static int bpf_fill_maxinsns3(struct bpf_test *self) bpf_test 153 lib/test_bpf.c static int bpf_fill_maxinsns4(struct bpf_test *self) bpf_test 172 lib/test_bpf.c static int bpf_fill_maxinsns5(struct bpf_test *self) bpf_test 195 lib/test_bpf.c static int bpf_fill_maxinsns6(struct bpf_test *self) bpf_test 217 lib/test_bpf.c static int bpf_fill_maxinsns7(struct bpf_test *self) bpf_test 243 lib/test_bpf.c static int bpf_fill_maxinsns8(struct bpf_test *self) bpf_test 266 lib/test_bpf.c static int bpf_fill_maxinsns9(struct bpf_test *self) bpf_test 292 lib/test_bpf.c static int bpf_fill_maxinsns10(struct bpf_test *self) bpf_test 317 lib/test_bpf.c static int __bpf_fill_ja(struct bpf_test *self, unsigned int len, bpf_test 346 lib/test_bpf.c static int bpf_fill_maxinsns11(struct bpf_test *self) bpf_test 352 lib/test_bpf.c static int bpf_fill_maxinsns12(struct bpf_test *self) bpf_test 375 lib/test_bpf.c static int bpf_fill_maxinsns13(struct bpf_test *self) bpf_test 398 lib/test_bpf.c static int bpf_fill_ja(struct bpf_test *self) bpf_test 404 lib/test_bpf.c static int bpf_fill_ld_abs_get_processor_id(struct bpf_test *self) bpf_test 428 lib/test_bpf.c static int __bpf_fill_stxdw(struct bpf_test *self, int size) bpf_test 454 lib/test_bpf.c static int bpf_fill_stxw(struct bpf_test *self) bpf_test 459 lib/test_bpf.c static int bpf_fill_stxdw(struct bpf_test *self) bpf_test 464 lib/test_bpf.c static struct bpf_test tests[] = { bpf_test 6500 lib/test_bpf.c static void *generate_test_data(struct bpf_test *test, int sub) bpf_test 6546 lib/test_bpf.c static void release_test_data(const struct bpf_test *test, void *data) bpf_test 6678 lib/test_bpf.c static int run_one(const struct bpf_prog *fp, struct bpf_test *test) bpf_test 101 tools/testing/selftests/bpf/test_verifier.c void (*fill_helper)(struct bpf_test *self); bpf_test 133 tools/testing/selftests/bpf/test_verifier.c static void bpf_fill_ld_abs_vlan_push_pop(struct bpf_test *self) bpf_test 180 tools/testing/selftests/bpf/test_verifier.c static void bpf_fill_jump_around_ld_abs(struct bpf_test *self) bpf_test 202 tools/testing/selftests/bpf/test_verifier.c static void bpf_fill_rand_ld_dw(struct bpf_test *self) bpf_test 230 tools/testing/selftests/bpf/test_verifier.c static void bpf_fill_scale1(struct bpf_test *self) bpf_test 256 tools/testing/selftests/bpf/test_verifier.c static void bpf_fill_scale2(struct bpf_test *self) bpf_test 284 tools/testing/selftests/bpf/test_verifier.c static void bpf_fill_scale(struct bpf_test *self) bpf_test 351 tools/testing/selftests/bpf/test_verifier.c static struct bpf_test tests[] = { bpf_test 617 tools/testing/selftests/bpf/test_verifier.c static void do_test_fixup(struct bpf_test *test, enum bpf_prog_type prog_type, bpf_test 894 tools/testing/selftests/bpf/test_verifier.c static void do_test_single(struct bpf_test *test, bool unpriv, bpf_test 1092 tools/testing/selftests/bpf/test_verifier.c static bool test_as_unpriv(struct bpf_test *test) bpf_test 1104 tools/testing/selftests/bpf/test_verifier.c struct bpf_test *test = &tests[i];