Home
last modified time | relevance | path

Searched refs:bpf_test (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/lib/
Dtest_bpf.c65 struct bpf_test { struct
81 int (*fill_helper)(struct bpf_test *self); argument
90 static int bpf_fill_maxinsns1(struct bpf_test *self) in bpf_fill_maxinsns1() argument
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 *self) in bpf_fill_maxinsns8()
[all …]
/linux-6.12.1/tools/testing/selftests/bpf/
Dtest_verifier.c88 struct bpf_test { struct
149 void (*fill_helper)(struct bpf_test *self); argument
190 static void bpf_fill_ld_abs_vlan_push_pop(struct bpf_test *self) in bpf_fill_ld_abs_vlan_push_pop() argument
237 static void bpf_fill_jump_around_ld_abs(struct bpf_test *self) in bpf_fill_jump_around_ld_abs()
259 static void bpf_fill_rand_ld_dw(struct bpf_test *self) in bpf_fill_rand_ld_dw()
287 static void bpf_fill_scale1(struct bpf_test *self) in bpf_fill_scale1()
313 static void bpf_fill_scale2(struct bpf_test *self) in bpf_fill_scale2()
341 static void bpf_fill_scale(struct bpf_test *self) in bpf_fill_scale()
392 static void bpf_fill_torturous_jumps(struct bpf_test *self) in bpf_fill_torturous_jumps()
426 static void bpf_fill_big_prog_with_loop_1(struct bpf_test *self) in bpf_fill_big_prog_with_loop_1()
[all …]