Searched refs:fill_helper (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/lib/ |
D | test_bpf.c | 86 int (*fill_helper)(struct bpf_test *self); member 1934 .fill_helper = NULL, 1946 .fill_helper = NULL, 1959 .fill_helper = NULL, 1971 .fill_helper = NULL, 2064 .fill_helper = NULL, 2076 .fill_helper = NULL, 2252 .fill_helper = NULL, 4355 .fill_helper = bpf_fill_stxw, 4406 .fill_helper = bpf_fill_stxdw, [all …]
|
/Linux-v4.19/tools/testing/selftests/bpf/ |
D | test_verifier.c | 82 void (*fill_helper)(struct bpf_test *self); member 12352 .fill_helper = bpf_fill_ld_abs_vlan_push_pop, 12391 .fill_helper = bpf_fill_jump_around_ld_abs, 12400 .fill_helper = bpf_fill_rand_ld_dw, 12409 .fill_helper = bpf_fill_rand_ld_dw, 12418 .fill_helper = bpf_fill_rand_ld_dw, 12427 .fill_helper = bpf_fill_rand_ld_dw, 12645 if (test->fill_helper) in do_test_fixup() 12646 test->fill_helper(test); in do_test_fixup()
|