1SPLICE_FROM_PIPE_NEX(9) splice API SPLICE_FROM_PIPE_NEX(9)
2
3
4
6 splice_from_pipe_next - wait for some data to splice from
7
9 int splice_from_pipe_next(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 wait for some data and return a positive value (one)
21 if pipe buffers are available. It will return zero or -errno if no more
22 data needs to be spliced.
23
25Kernel Hackers Manual 2.6. June 2019 SPLICE_FROM_PIPE_NEX(9)