1SPLICE_FROM_PIPE_END(9) splice API SPLICE_FROM_PIPE_END(9)
2
3
4
6 splice_from_pipe_end - finish splicing from pipe
7
9 void splice_from_pipe_end(struct pipe_inode_info * pipe,
10 struct splice_desc * sd);
11
13 pipe
14 pipe to splice from
15
16 sd
17 information about the splice operation
18
20 This function will wake up pipe writers if necessary. It should be
21 called after a loop containing splice_from_pipe_next and
22 splice_from_pipe_feed.
23
25Kernel Hackers Manual 2.6. June 2019 SPLICE_FROM_PIPE_END(9)