Home
last modified time | relevance | path

Searched refs:sendfile (Results 1 – 16 of 16) sorted by relevance

/Linux-v4.19/Documentation/networking/
Dtls.txt67 The sendfile system call will send the file's data over TLS records of maximum
72 sendfile(sock, file, &offset, stat.st_size);
Dvortex.txt209 performance improvement for the sendfile() system call, but a small
/Linux-v4.19/tools/testing/selftests/net/
Dtls.c100 TEST_F(tls, sendfile) in TEST_F() argument
107 EXPECT_GE(sendfile(self->fd, filefd, 0, st.st_size), 0); in TEST_F()
127 EXPECT_GE(sendfile(self->fd, filefd, 0, st.st_size), 0); in TEST_F()
/Linux-v4.19/tools/testing/selftests/exec/
Dexecveat.c146 sendfile(out_fd, in_fd, NULL, info.st_size); in exe_cp()
/Linux-v4.19/arch/parisc/kernel/
Dsyscall_table.S201 ENTRY_COMP(sendfile)
/Linux-v4.19/Documentation/filesystems/
Ddax.txt132 non struct page case include RDMA, sendfile() and splice().
DLocking456 ssize_t (*sendfile) (struct file *, loff_t *, size_t, read_actor_t,
Drelay.txt129 sendfile() transfer data from a channel buffer to an output file
/Linux-v4.19/arch/x86/entry/syscalls/
Dsyscall_64.tbl51 40 common sendfile __x64_sys_sendfile64
Dsyscall_32.tbl201 187 i386 sendfile sys_sendfile __ia32_compat_sys_sendfile
/Linux-v4.19/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl51 40 common sendfile __x64_sys_sendfile64
/Linux-v4.19/arch/arm/tools/
Dsyscall.tbl203 187 common sendfile sys_sendfile
/Linux-v4.19/tools/perf/arch/s390/entry/syscalls/
Dsyscall.tbl178 187 common sendfile sys_sendfile64 compat_sys_sendfile
/Linux-v4.19/arch/s390/kernel/syscalls/
Dsyscall.tbl178 187 common sendfile sys_sendfile64 compat_sys_sendfile
/Linux-v4.19/fs/
Dread_write.c1468 SYSCALL_DEFINE4(sendfile, int, out_fd, int, in_fd, off_t __user *, offset, size_t, count) in SYSCALL_DEFINE4() argument
1505 COMPAT_SYSCALL_DEFINE4(sendfile, int, out_fd, int, in_fd, in COMPAT_SYSCALL_DEFINE4() argument
/Linux-v4.19/tools/testing/selftests/bpf/
Dtest_sockmap.c260 int sent = sendfile(fd, fp, NULL, iov_length); in msg_loop_sendpage()