Home
last modified time | relevance | path

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

/linux-5.19.10/tools/testing/selftests/net/
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()
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()
/linux-5.19.10/samples/seccomp/
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()
/linux-5.19.10/include/uapi/linux/
Dbtrfs.h787 __s64 send_fd; /* in */ member
/linux-5.19.10/fs/btrfs/
Dioctl.c81 __s64 send_fd; /* in */ member
5210 arg->send_fd = args32.send_fd; in _btrfs_ioctl_send()
Dsend.c7541 sctx->send_filp = fget(arg->send_fd); in btrfs_ioctl_send()