Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A 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 …]
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_verifier.c86 struct bpf_test { struct
147 void (*fill_helper)(struct bpf_test *self); argument
188 static void bpf_fill_ld_abs_vlan_push_pop(struct bpf_test *self) in bpf_fill_ld_abs_vlan_push_pop() argument
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 *self) in bpf_fill_big_prog_with_loop_1()
[all …]