| /linux-6.15/tools/testing/selftests/net/packetdrill/ |
| H A D | tcp_sendfile_sendfile-simple.pkt | 2 // Simplest possible test of open() and then sendfile(). 4 // to be all zeroes) and then open() the file, then use sendfile() 25 +0 sendfile(4, 5, [0], 5) = 5
|
| /linux-6.15/Documentation/networking/ |
| H A D | tls.rst | 79 The sendfile system call will send the file's data over TLS records of maximum 86 sendfile(sock, file, &offset, stat.st_size); 255 For device offload only. Allow sendfile() data to be transmitted directly 261 applicable if the data sent on a socket via sendfile() is read-only.
|
| H A D | msg_zerocopy.rst | 19 such as sendfile and splice. The MSG_ZEROCOPY flag extends the
|
| /linux-6.15/tools/testing/selftests/wireguard/qemu/ |
| H A D | init.c | 261 if (sendfile(1, fd, NULL, 0x7ffff000) > 0) in check_leaks()
|
| /linux-6.15/arch/powerpc/kernel/syscalls/ |
| H A D | syscall.tbl | 242 186 32 sendfile sys_sendfile compat_sys_sendfile 243 186 64 sendfile sys_sendfile64 244 186 spu sendfile sys_sendfile64
|
| /linux-6.15/tools/perf/arch/powerpc/entry/syscalls/ |
| H A D | syscall.tbl | 242 186 32 sendfile sys_sendfile compat_sys_sendfile 243 186 64 sendfile sys_sendfile64 244 186 spu sendfile sys_sendfile64
|
| /linux-6.15/tools/objtool/ |
| H A D | builtin-check.c | 218 copied = sendfile(dst_fd, src_fd, &offset, to_copy); in copy_file()
|
| /linux-6.15/arch/sparc/kernel/syscalls/ |
| H A D | syscall.tbl | 57 39 32 sendfile sys_sendfile compat_sys_sendfile 58 39 64 sendfile sys_sendfile64
|
| /linux-6.15/tools/perf/arch/sparc/entry/syscalls/ |
| H A D | syscall.tbl | 57 39 32 sendfile sys_sendfile compat_sys_sendfile 58 39 64 sendfile sys_sendfile64
|
| /linux-6.15/Documentation/bpf/ |
| H A D | map_sockmap.rst | 205 - A single ``sendmsg()`` or ``sendfile()`` system call contains multiple 225 be assigned, even if the data spans multiple ``sendmsg()`` or ``sendfile()`` 243 calls relying on MSG_SPLICE_PAGES (e.g., ``sendfile()``) this will be the
|
| /linux-6.15/tools/testing/selftests/exec/ |
| H A D | execveat.c | 163 sendfile(out_fd, in_fd, NULL, info.st_size); in exe_cp()
|
| /linux-6.15/tools/testing/selftests/net/ |
| H A D | tls.c | 422 TEST_F(tls, sendfile) in TEST_F() argument 429 EXPECT_GE(sendfile(self->fd, filefd, 0, st.st_size), 0); in TEST_F() 449 EXPECT_GE(sendfile(self->fd, filefd, 0, st.st_size), 0); in TEST_F() 477 ret = sendfile(self->fd, fd, &offset, chunk_size); in chunked_sendfile() 1438 res = sendfile(self->fd, fd, NULL, in test_mutliproc()
|
| /linux-6.15/arch/mips/kernel/syscalls/ |
| H A D | syscall_n64.tbl | 49 39 n64 sendfile sys_sendfile64
|
| H A D | syscall_n32.tbl | 49 39 n32 sendfile compat_sys_sendfile
|
| /linux-6.15/tools/perf/arch/mips/entry/syscalls/ |
| H A D | syscall_n64.tbl | 49 39 n64 sendfile sys_sendfile64
|
| /linux-6.15/tools/scripts/ |
| H A D | syscall.tbl | 91 71 64 sendfile sys_sendfile64
|
| /linux-6.15/tools/perf/arch/arm64/entry/syscalls/ |
| H A D | syscall_64.tbl | 91 71 64 sendfile sys_sendfile64
|
| /linux-6.15/arch/arm64/tools/ |
| H A D | syscall_64.tbl | 91 71 64 sendfile sys_sendfile64
|
| /linux-6.15/scripts/ |
| H A D | syscall.tbl | 91 71 64 sendfile sys_sendfile64
|
| /linux-6.15/tools/perf/arch/x86/entry/syscalls/ |
| H A D | syscall_64.tbl | 52 40 common sendfile sys_sendfile64
|
| /linux-6.15/tools/perf/arch/parisc/entry/syscalls/ |
| H A D | syscall.tbl | 137 122 common sendfile sys_sendfile compat_sys_sendfile
|
| /linux-6.15/arch/m68k/kernel/syscalls/ |
| H A D | syscall.tbl | 197 187 common sendfile sys_sendfile
|
| /linux-6.15/tools/perf/arch/sh/entry/syscalls/ |
| H A D | syscall.tbl | 197 187 common sendfile sys_sendfile
|
| /linux-6.15/arch/xtensa/kernel/syscalls/ |
| H A D | syscall.tbl | 126 113 common sendfile sys_sendfile
|
| /linux-6.15/arch/sh/kernel/syscalls/ |
| H A D | syscall.tbl | 197 187 common sendfile sys_sendfile
|