splice_to_pipe (9) Linux Manual Page
splice_to_pipe – fill passed data into a pipe
Synopsis
-
ssize_t splice_to_pipe(struct pipe_inode_infopipe* , struct splice_pipe_descspd* );
Arguments
pipe
-
- pipe to fill
spd
- data to fill
Description
spd contains a map of pages and len/offset tuples, along with the struct pipe_buf_operations associated with these pages. This function will link that data to the pipe.
