Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
Dtest_verifier.c69 struct bpf_insn *fill_insns; member
142 struct bpf_insn *insn = self->fill_insns; in bpf_fill_ld_abs_vlan_push_pop()
185 struct bpf_insn *insn = self->fill_insns; in bpf_fill_jump_around_ld_abs()
207 struct bpf_insn *insn = self->fill_insns; in bpf_fill_rand_ld_dw()
235 struct bpf_insn *insn = self->fill_insns; in bpf_fill_scale1()
261 struct bpf_insn *insn = self->fill_insns; in bpf_fill_scale2()
647 test->fill_insns = calloc(MAX_TEST_INSNS, sizeof(struct bpf_insn)); in do_test_fixup()
960 if (test->fill_insns) { in do_test_single()
961 prog = test->fill_insns; in do_test_single()
1105 if (test->fill_insns) in do_test_single()
[all …]