Home
last modified time | relevance | path

Searched refs:send_fd (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/tools/testing/selftests/net/
H A Dreuseport_addr_any.c197 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()
H A Dtcp_fastopen_backup_key.c243 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()
/openbmc/linux/samples/seccomp/
H A Duser-trap.c32 static int send_fd(int sock, int fd) in send_fd() function
237 if (send_fd(sk_pair[1], listener) < 0) in main()
/openbmc/qemu/
H A Dqemu-bridge-helper.c184 static int send_fd(int c, int fd) in send_fd() function
442 if (send_fd(unixfd, fd) == -1) { in main()
/openbmc/linux/tools/testing/selftests/landlock/
H A Dcommon.h230 static int __maybe_unused send_fd(int usock, int fd_tx) in send_fd() function
H A Dbase_test.c288 ASSERT_EQ(0, send_fd(socket_fds[0], ruleset_fd_tx)); in TEST()
H A Dfs_test.c3695 ASSERT_EQ(0, send_fd(socket_fds[0], fd)); in TEST_F_FORK()
/openbmc/qemu/fsdev/
H A Dvirtfs-proxy-helper.c203 static int send_fd(int sockfd, int fd) in send_fd() function
824 if (send_fd(sock, retval) < 0) { in process_reply()
/openbmc/linux/include/uapi/linux/
H A Dbtrfs.h835 __s64 send_fd; /* in */ member
/openbmc/linux/fs/btrfs/
H A Dioctl.c92 __s64 send_fd; /* in */ member
4389 arg->send_fd = args32.send_fd; in _btrfs_ioctl_send()
H A Dsend.c8214 sctx->send_filp = fget(arg->send_fd); in btrfs_ioctl_send()