Searched refs:send_fd (Results 1 – 6 of 6) sorted by relevance
197 int epfd, i, send_fd, recv_fd; in test() local210 send_fd = connect_and_send(family, proto); in test()216 close(send_fd); in test()
245 int i, send_fd; in run_one_test() local263 send_fd = connect_and_send(family, SOCK_STREAM); in run_one_test()290 close(send_fd); in run_one_test()
32 static int send_fd(int sock, int fd) in send_fd() function237 if (send_fd(sk_pair[1], listener) < 0) in main()
786 __s64 send_fd; /* in */ member
80 __s64 send_fd; /* in */ member4846 arg->send_fd = args32.send_fd; in _btrfs_ioctl_send()
7295 sctx->send_filp = fget(arg->send_fd); in btrfs_ioctl_send()
Completed in 29 milliseconds