Searched refs:main_fd (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | tailcalls.c | 11 int err, map_fd, prog_fd, main_fd, i, j; in test_tailcall_1() local 32 main_fd = bpf_program__fd(prog); in test_tailcall_1() 33 if (CHECK_FAIL(main_fd < 0)) in test_tailcall_1() 61 err = bpf_prog_test_run_opts(main_fd, &topts); in test_tailcall_1() 70 err = bpf_prog_test_run_opts(main_fd, &topts); in test_tailcall_1() 90 err = bpf_prog_test_run_opts(main_fd, &topts); in test_tailcall_1() 114 err = bpf_prog_test_run_opts(main_fd, &topts); in test_tailcall_1() 123 err = bpf_prog_test_run_opts(main_fd, &topts); in test_tailcall_1() 132 err = bpf_prog_test_run_opts(main_fd, &topts); in test_tailcall_1() 147 int err, map_fd, prog_fd, main_fd, i; in test_tailcall_2() local [all …]
|