1SPLICE_FROM_PIPE_BEG(9) splice API SPLICE_FROM_PIPE_BEG(9)
23
4
NAME
6splice_from_pipe_begin - start splicing from pipe
7
SYNOPSIS
9void splice_from_pipe_begin(struct splice_desc * sd);
10
ARGUMENTS
12sd
13information about the splice operation
14
DESCRIPTION
16This function should be called before a loop containing
17splice_from_pipe_next and splice_from_pipe_feed to initialize the
18necessary fields of sd.
19
COPYRIGHT
21Kernel Hackers Manual 2.6. June 2019 SPLICE_FROM_PIPE_BEG(9)