1SPLICE_TO_PIPE(9) splice API SPLICE_TO_PIPE(9)
23
4
NAME
6splice_to_pipe - fill passed data into a pipe
7
SYNOPSIS
9ssize_t splice_to_pipe(struct pipe_inode_info * pipe,
10struct splice_pipe_desc * spd);
11
ARGUMENTS
13pipe
14pipe to fill
1516
spd
17data to fill
18
DESCRIPTION
20spd contains a map of pages and len/offset tuples, along with the
21struct pipe_buf_operations associated with these pages. This function
22will link that data to the pipe.
23
COPYRIGHT
25Kernel Hackers Manual 2.6. June 2019 SPLICE_TO_PIPE(9)