| H A D | tailcalls.c | 234 int err, map_fd, prog_fd, main_fd, data_fd, i, val; in test_tailcall_count() 334 data_fd = bpf_map__fd(data_map); in test_tailcall_count() 335 if (CHECK_FAIL(data_fd < 0)) in test_tailcall_count() 339 err = bpf_map_lookup_elem(data_fd, &i, &val); in test_tailcall_count() 349 data_fd = bpf_map__fd(data_map); in test_tailcall_count() 350 if (!ASSERT_FALSE(data_fd < 0, in test_tailcall_count() 355 err = bpf_map_lookup_elem(data_fd, &i, &val); in test_tailcall_count() 366 data_fd = bpf_map__fd(data_map); in test_tailcall_count() 367 if (!ASSERT_FALSE(data_fd < 0, in test_tailcall_count() 372 err = bpf_map_lookup_elem(data_fd, in test_tailcall_count() 233 int err, map_fd, prog_fd, main_fd, data_fd, i, val; test_tailcall_count() local 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...] |