Searched refs:send_fd (Results 1 – 11 of 11) sorted by relevance
| /linux/tools/testing/selftests/net/af_unix/ |
| H A D | scm_rights.c | 314 #define send_fd(inflight, receiver) \ macro 321 send_fd(0, 0); in TEST_F() 323 send_fd(1, 1); in TEST_F() 332 send_fd(0, 1); in TEST_F() 333 send_fd(1, 2); in TEST_F() 334 send_fd(2, 0); in TEST_F() 336 send_fd(3, 4); in TEST_F() 337 send_fd(4, 5); in TEST_F() 338 send_fd(5, 3); in TEST_F() 347 send_fd(0, 1); in TEST_F() [all …]
|
| /linux/tools/testing/selftests/net/ |
| H 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()
|
| H 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()
|
| /linux/samples/seccomp/ |
| H A D | user-trap.c | 32 static int send_fd(int sock, int fd) in send_fd() function 241 if (send_fd(sk_pair[1], listener) < 0) in main()
|
| /linux/tools/testing/selftests/landlock/ |
| H A D | common.h | 167 static int __maybe_unused send_fd(int usock, int fd_tx) in send_fd() function
|
| H A D | base_test.c | 414 ASSERT_EQ(0, send_fd(socket_fds[0], ruleset_fd_tx)); in TEST()
|
| H A D | scoped_abstract_unix_test.c | 676 ASSERT_EQ(0, send_fd(data_socket, passed_socket)); in TEST_F()
|
| H A D | fs_test.c | 4084 ASSERT_EQ(0, send_fd(socket_fds[0], fd)); in TEST_F_FORK()
|
| /linux/include/uapi/linux/ |
| H A D | btrfs.h | 853 __s64 send_fd; /* in */ member
|
| /linux/fs/btrfs/ |
| H A D | ioctl.c | 89 __s64 send_fd; /* in */ member 4269 arg->send_fd = args32.send_fd; in _btrfs_ioctl_send()
|
| H A D | send.c | 8081 sctx->send_filp = fget(arg->send_fd); in btrfs_ioctl_send()
|