Lines Matching refs:topts
10 LIBBPF_OPTS(bpf_test_run_opts, topts);
14 err = bpf_prog_test_run_opts(prog_fd, &topts);
17 if (!ASSERT_OK(topts.retval, "test_run_opts retval"))
35 LIBBPF_OPTS(bpf_test_run_opts, topts);
39 err = bpf_prog_test_run_opts(prog_fd, &topts);
42 if (!ASSERT_OK(topts.retval, "test_run_opts retval"))
60 LIBBPF_OPTS(bpf_test_run_opts, topts);
64 err = bpf_prog_test_run_opts(prog_fd, &topts);
67 if (!ASSERT_OK(topts.retval, "test_run_opts retval"))
82 LIBBPF_OPTS(bpf_test_run_opts, topts);
86 err = bpf_prog_test_run_opts(prog_fd, &topts);
89 if (!ASSERT_OK(topts.retval, "test_run_opts retval"))
104 LIBBPF_OPTS(bpf_test_run_opts, topts);
108 err = bpf_prog_test_run_opts(prog_fd, &topts);
111 if (!ASSERT_OK(topts.retval, "test_run_opts retval"))
126 LIBBPF_OPTS(bpf_test_run_opts, topts);
130 err = bpf_prog_test_run_opts(prog_fd, &topts);
133 if (!ASSERT_OK(topts.retval, "test_run_opts retval"))
148 LIBBPF_OPTS(bpf_test_run_opts, topts);
152 err = bpf_prog_test_run_opts(prog_fd, &topts);
155 if (!ASSERT_OK(topts.retval, "test_run_opts retval"))