Searched refs:send_fd (Results 1 – 7 of 7) sorted by relevance
| /tools/testing/selftests/net/af_unix/ |
| A D | scm_rights.c | 323 send_fd(0, 0); in TEST_F() 325 send_fd(1, 1); in TEST_F() 334 send_fd(0, 1); in TEST_F() 335 send_fd(1, 2); in TEST_F() 336 send_fd(2, 0); in TEST_F() 338 send_fd(3, 4); in TEST_F() 339 send_fd(4, 5); in TEST_F() 340 send_fd(5, 3); in TEST_F() 349 send_fd(0, 1); in TEST_F() 350 send_fd(1, 2); in TEST_F() [all …]
|
| /tools/testing/selftests/net/ |
| A D | reuseport_addr_any.c | 178 int epfd, i, send_fd, recv_fd; in test() local 191 send_fd = connect_and_send(family, proto); in test() 197 close(send_fd); in test()
|
| A D | tcp_fastopen_backup_key.c | 243 int i, send_fd; in run_one_test() local 261 send_fd = connect_and_send(family, SOCK_STREAM); in run_one_test() 288 close(send_fd); in run_one_test()
|
| /tools/testing/selftests/landlock/ |
| A D | common.h | 171 static int __maybe_unused send_fd(int usock, int fd_tx) in send_fd() function
|
| A D | base_test.c | 414 ASSERT_EQ(0, send_fd(socket_fds[0], ruleset_fd_tx)); in TEST()
|
| A D | scoped_abstract_unix_test.c | 676 ASSERT_EQ(0, send_fd(data_socket, passed_socket)); in TEST_F()
|
| A D | fs_test.c | 4068 ASSERT_EQ(0, send_fd(socket_fds[0], fd)); in TEST_F_FORK()
|
Completed in 20 milliseconds