generic_splice_sendpage (9) Linux Manual Page
generic_splice_sendpage – splice data from a pipe to a socket
Synopsis
-
ssize_t generic_splice_sendpage(struct pipe_inode_infopipe* , struct fileout* , loff_tppos* , size_tlen, unsigned intflags);
Arguments
pipe
-
- pipe to splice from
out
- socket to write to
ppos
- position in out
len
- number of bytes to splice
flags
- splice modifier flags
Description
Will send len bytes from the pipe to a network socket. No data copying is involved.
