Searched refs:dst_fd (Results 1 – 2 of 2) sorted by relevance
/tools/testing/selftests/bpf/prog_tests/ |
D | sockmap_basic.c | 56 int err, duration = 0, src_fd, dst_fd; in compare_cookies() local 59 dst_fd = bpf_map__fd(dst); in compare_cookies() 66 err = bpf_map_lookup_elem(dst_fd, &i, &dst_cookie); in compare_cookies() 75 err = bpf_map_lookup_elem(dst_fd, &i, &dst_cookie); in compare_cookies()
|
/tools/testing/selftests/landlock/ |
D | fs_test.c | 1727 int dst_fd, src_fd; in copy_binary() local 1730 dst_fd = open(dst_path, O_WRONLY | O_TRUNC | O_CLOEXEC); in copy_binary() 1731 ASSERT_LE(0, dst_fd) in copy_binary() 1743 sendfile(dst_fd, src_fd, 0, statbuf.st_size)); in copy_binary() 1745 ASSERT_EQ(0, close(dst_fd)); in copy_binary()
|