1__SPLICE_FROM_PIPE(9) splice API __SPLICE_FROM_PIPE(9)
2
3
4
6 __splice_from_pipe - splice data from a pipe to given actor
7
9 ssize_t __splice_from_pipe(struct pipe_inode_info * pipe,
10 struct splice_desc * sd,
11 splice_actor * actor);
12
14 pipe
15 pipe to splice from
16
17 sd
18 information to actor
19
20 actor
21 handler that splices the data
22
24 This function does little more than loop over the pipe and call actor
25 to do the actual moving of a single struct pipe_buffer to the desired
26 destination. See pipe_to_file, pipe_to_sendpage, or pipe_to_user.
27
29Kernel Hackers Manual 2.6. June 2019 __SPLICE_FROM_PIPE(9)