Searched refs:main_fd (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | tailcalls.c | 25 int err, map_fd, prog_fd, main_fd, i, j; in test_tailcall_1() local 46 main_fd = bpf_program__fd(prog); in test_tailcall_1() 47 if (CHECK_FAIL(main_fd < 0)) in test_tailcall_1() 75 err = bpf_prog_test_run_opts(main_fd, &topts); in test_tailcall_1() 84 err = bpf_prog_test_run_opts(main_fd, &topts); in test_tailcall_1() 104 err = bpf_prog_test_run_opts(main_fd, &topts); in test_tailcall_1() 128 err = bpf_prog_test_run_opts(main_fd, &topts); in test_tailcall_1() 137 err = bpf_prog_test_run_opts(main_fd, &topts); in test_tailcall_1() 146 err = bpf_prog_test_run_opts(main_fd, &topts); in test_tailcall_1() 161 int err, map_fd, prog_fd, main_fd, i; in test_tailcall_2() local [all …]
|