Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_verifier.c69 struct bpf_insn *fill_insns; member
139 struct bpf_insn *insn = self->fill_insns; in bpf_fill_ld_abs_vlan_push_pop()
182 struct bpf_insn *insn = self->fill_insns; in bpf_fill_jump_around_ld_abs()
204 struct bpf_insn *insn = self->fill_insns; in bpf_fill_rand_ld_dw()
232 struct bpf_insn *insn = self->fill_insns; in bpf_fill_scale1()
258 struct bpf_insn *insn = self->fill_insns; in bpf_fill_scale2()
642 test->fill_insns = calloc(MAX_TEST_INSNS, sizeof(struct bpf_insn)); in do_test_fixup()
916 if (test->fill_insns) { in do_test_single()
917 prog = test->fill_insns; in do_test_single()
1040 if (test->fill_insns) in do_test_single()
[all …]