1SPLICE_TO_PIPE(9)                 splice API                 SPLICE_TO_PIPE(9)
2
3
4

NAME

6       splice_to_pipe - fill passed data into a pipe
7

SYNOPSIS

9       ssize_t splice_to_pipe(struct pipe_inode_info * pipe,
10                              struct splice_pipe_desc * spd);
11

ARGUMENTS

13       pipe
14           pipe to fill
15
16       spd
17           data to fill
18

DESCRIPTION

20       spd contains a map of pages and len/offset tuples, along with the
21       struct pipe_buf_operations associated with these pages. This function
22       will link that data to the pipe.
23
25Kernel Hackers Manual 3.10         June 2019                 SPLICE_TO_PIPE(9)
Impressum