Searched refs:main_fd (Results 1 – 1 of 1) sorted by relevance
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | tailcalls.c | 18 int err, map_fd, prog_fd, main_fd, i, j; in test_tailcall_1() local 39 main_fd = bpf_program__fd(prog); in test_tailcall_1() 40 if (CHECK_FAIL(main_fd < 0)) in test_tailcall_1() 68 err = bpf_prog_test_run_opts(main_fd, &topts); in test_tailcall_1() 77 err = bpf_prog_test_run_opts(main_fd, &topts); in test_tailcall_1() 97 err = bpf_prog_test_run_opts(main_fd, &topts); in test_tailcall_1() 121 err = bpf_prog_test_run_opts(main_fd, &topts); in test_tailcall_1() 130 err = bpf_prog_test_run_opts(main_fd, &topts); in test_tailcall_1() 139 err = bpf_prog_test_run_opts(main_fd, &topts); in test_tailcall_1() 154 int err, map_fd, prog_fd, main_fd, i; in test_tailcall_2() local [all …]
|