Lines Matching refs:topts
8 LIBBPF_OPTS(bpf_test_run_opts, topts);
13 err = bpf_prog_test_run_opts(prog_fd, &topts);
16 if (!ASSERT_OK(topts.retval, "test_run_opts retval"))
33 LIBBPF_OPTS(bpf_test_run_opts, topts);
38 err = bpf_prog_test_run_opts(prog_fd, &topts);
41 if (!ASSERT_OK(topts.retval, "test_run_opts retval"))
58 LIBBPF_OPTS(bpf_test_run_opts, topts);
63 err = bpf_prog_test_run_opts(prog_fd, &topts);
66 if (!ASSERT_OK(topts.retval, "test_run_opts retval"))
75 LIBBPF_OPTS(bpf_test_run_opts, topts);
80 err = bpf_prog_test_run_opts(prog_fd, &topts);
83 if (!ASSERT_OK(topts.retval, "test_run_opts retval"))
92 LIBBPF_OPTS(bpf_test_run_opts, topts);
97 err = bpf_prog_test_run_opts(prog_fd, &topts);
100 if (!ASSERT_OK(topts.retval, "test_run_opts retval"))
109 LIBBPF_OPTS(bpf_test_run_opts, topts);
114 err = bpf_prog_test_run_opts(prog_fd, &topts);
117 if (!ASSERT_OK(topts.retval, "test_run_opts retval"))
131 LIBBPF_OPTS(bpf_test_run_opts, topts);
136 err = bpf_prog_test_run_opts(prog_fd, &topts);
139 if (!ASSERT_OK(topts.retval, "test_run_opts retval"))
151 LIBBPF_OPTS(bpf_test_run_opts, topts);
156 err = bpf_prog_test_run_opts(prog_fd, &topts);
159 if (!ASSERT_OK(topts.retval, "test_run_opts retval"))
167 LIBBPF_OPTS(bpf_test_run_opts, topts);
179 err = bpf_prog_test_run_opts(prog_fd, &topts);
182 if (!ASSERT_OK(topts.retval, "test_run_opts retval"))
197 LIBBPF_OPTS(bpf_test_run_opts, topts);
209 err = bpf_prog_test_run_opts(prog_fd, &topts);
212 if (!ASSERT_OK(topts.retval, "test_run_opts retval"))