Searched refs:send_fd (Results 1 - 9 of 9) sorted by relevance

/linux-master/tools/testing/selftests/net/
H A Dreuseport_addr_any.c197 int epfd, i, send_fd, recv_fd; local
210 send_fd = connect_and_send(family, proto);
216 close(send_fd);
H A Dtcp_fastopen_backup_key.c243 int i, send_fd; local
261 send_fd = connect_and_send(family, SOCK_STREAM);
288 close(send_fd);
/linux-master/samples/seccomp/
H A Duser-trap.c32 static int send_fd(int sock, int fd) function
241 if (send_fd(sk_pair[1], listener) < 0)
/linux-master/tools/testing/selftests/landlock/
H A Dcommon.h190 static int __maybe_unused send_fd(int usock, int fd_tx) function
H A Dbase_test.c287 ASSERT_EQ(0, send_fd(socket_fds[0], ruleset_fd_tx));
H A Dfs_test.c3806 ASSERT_EQ(0, send_fd(socket_fds[0], fd));
/linux-master/include/uapi/linux/
H A Dbtrfs.h839 __s64 send_fd; /* in */ member in struct:btrfs_ioctl_send_args
/linux-master/fs/btrfs/
H A Dioctl.c88 __s64 send_fd; /* in */ member in struct:btrfs_ioctl_send_args_32
4420 arg->send_fd = args32.send_fd;
H A Dsend.c8183 sctx->send_filp = fget(arg->send_fd);

Completed in 314 milliseconds