Searched refs:bpf_test (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/lib/ |
H A D | test_bpf.c | 65 struct bpf_test { struct 81 int (*fill_helper)(struct bpf_test *self); 90 static int bpf_fill_maxinsns1(struct bpf_test *self) in bpf_fill_maxinsns1() 110 static int bpf_fill_maxinsns2(struct bpf_test *self) in bpf_fill_maxinsns2() 129 static int bpf_fill_maxinsns3(struct bpf_test *self) in bpf_fill_maxinsns3() 156 static int bpf_fill_maxinsns4(struct bpf_test *self) in bpf_fill_maxinsns4() 175 static int bpf_fill_maxinsns5(struct bpf_test *self) in bpf_fill_maxinsns5() 198 static int bpf_fill_maxinsns6(struct bpf_test *self) in bpf_fill_maxinsns6() 220 static int bpf_fill_maxinsns7(struct bpf_test *self) in bpf_fill_maxinsns7() 246 static int bpf_fill_maxinsns8(struct bpf_test *sel 821 __bpf_fill_pattern(struct bpf_test *self, void *arg, int dbits, int sbits, int block1, int block2, int (*emit)(struct bpf_test*, void*, struct bpf_insn*, s64, s64)) __bpf_fill_pattern() argument [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | test_verifier.c | 66 struct bpf_test { struct 103 void (*fill_helper)(struct bpf_test *self); 136 static void bpf_fill_ld_abs_vlan_push_pop(struct bpf_test *self) in bpf_fill_ld_abs_vlan_push_pop() 183 static void bpf_fill_jump_around_ld_abs(struct bpf_test *self) in bpf_fill_jump_around_ld_abs() 205 static void bpf_fill_rand_ld_dw(struct bpf_test *self) in bpf_fill_rand_ld_dw() 233 static void bpf_fill_scale1(struct bpf_test *self) in bpf_fill_scale1() 259 static void bpf_fill_scale2(struct bpf_test *self) in bpf_fill_scale2() 287 static void bpf_fill_scale(struct bpf_test *self) in bpf_fill_scale() 354 static struct bpf_test tests[] = { 621 static void do_test_fixup(struct bpf_test *tes [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | test_verifier.c | 86 struct bpf_test { struct 147 void (*fill_helper)(struct bpf_test *self); 188 static void bpf_fill_ld_abs_vlan_push_pop(struct bpf_test *self) in bpf_fill_ld_abs_vlan_push_pop() 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 *sel [all...] |
/kernel/linux/linux-5.10/lib/ |
H A D | test_bpf.c | 63 struct bpf_test { struct 79 int (*fill_helper)(struct bpf_test *self); 87 static int bpf_fill_maxinsns1(struct bpf_test *self) in bpf_fill_maxinsns1() 107 static int bpf_fill_maxinsns2(struct bpf_test *self) in bpf_fill_maxinsns2() 126 static int bpf_fill_maxinsns3(struct bpf_test *self) in bpf_fill_maxinsns3() 153 static int bpf_fill_maxinsns4(struct bpf_test *self) in bpf_fill_maxinsns4() 172 static int bpf_fill_maxinsns5(struct bpf_test *self) in bpf_fill_maxinsns5() 195 static int bpf_fill_maxinsns6(struct bpf_test *self) in bpf_fill_maxinsns6() 217 static int bpf_fill_maxinsns7(struct bpf_test *self) in bpf_fill_maxinsns7() 243 static int bpf_fill_maxinsns8(struct bpf_test *sel [all...] |
Completed in 8 milliseconds