H A D | tailcalls.c | 233 int err, map_fd, prog_fd, main_fd, data_fd, i, val; in test_tailcall_count() local 333 data_fd = bpf_map__fd(data_map); in test_tailcall_count() 334 if (CHECK_FAIL(data_fd < 0)) in test_tailcall_count() 338 err = bpf_map_lookup_elem(data_fd, &i, &val); in test_tailcall_count() 348 data_fd = bpf_map__fd(data_map); in test_tailcall_count() 349 if (!ASSERT_FALSE(data_fd < 0, in test_tailcall_count() 354 err = bpf_map_lookup_elem(data_fd, &i, &val); in test_tailcall_count() 365 data_fd = bpf_map__fd(data_map); in test_tailcall_count() 366 if (!ASSERT_FALSE(data_fd < 0, in test_tailcall_count() 371 err = bpf_map_lookup_elem(data_fd, in test_tailcall_count() 414 int err, map_fd, prog_fd, main_fd, data_fd, i; test_tailcall_4() local 504 int err, map_fd, prog_fd, main_fd, data_fd, i, key[] = { 1111, 1234, 5678 }; test_tailcall_5() local 678 int err, map_fd, prog_fd, main_fd, data_fd, i, val; test_tailcall_bpf2bpf_2() local 852 int err, map_fd, prog_fd, main_fd, data_fd, i; test_tailcall_bpf2bpf_4() local 937 int err, map_fd, prog_fd, main_fd, data_fd, i, val; test_tailcall_bpf2bpf_6() local 1016 int err, map_fd, prog_fd, data_fd, i, val; test_tailcall_bpf2bpf_fentry_entry() local [all...] |