Searched refs:send_fd (Results 1 – 9 of 9) sorted by relevance
/linux-6.6.21/tools/testing/selftests/net/ ! |
D | reuseport_addr_any.c | 197 int epfd, i, send_fd, recv_fd; in test() local 210 send_fd = connect_and_send(family, proto); in test() 216 close(send_fd); in test()
|
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-6.6.21/samples/seccomp/ ! |
D | user-trap.c | 32 static int send_fd(int sock, int fd) in send_fd() function 237 if (send_fd(sk_pair[1], listener) < 0) in main()
|
/linux-6.6.21/tools/testing/selftests/landlock/ ! |
D | common.h | 230 static int __maybe_unused send_fd(int usock, int fd_tx) in send_fd() function
|
D | base_test.c | 287 ASSERT_EQ(0, send_fd(socket_fds[0], ruleset_fd_tx)); in TEST()
|
D | fs_test.c | 3695 ASSERT_EQ(0, send_fd(socket_fds[0], fd)); in TEST_F_FORK()
|
/linux-6.6.21/include/uapi/linux/ ! |
D | btrfs.h | 835 __s64 send_fd; /* in */ member
|
/linux-6.6.21/fs/btrfs/ ! |
D | ioctl.c | 92 __s64 send_fd; /* in */ member 4370 arg->send_fd = args32.send_fd; in _btrfs_ioctl_send()
|
D | send.c | 8169 sctx->send_filp = fget(arg->send_fd); in btrfs_ioctl_send()
|