'\" t .\" Title: splice_from_pipe_begin .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: January 2017 .\" Manual: splice API .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "SPLICE_FROM_PIPE_BEG" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "splice API" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" splice_from_pipe_begin \- start splicing from pipe .SH "SYNOPSIS" .HP \w'void\ splice_from_pipe_begin('u .BI "void splice_from_pipe_begin(struct\ splice_desc\ *\ " "sd" ");" .SH "ARGUMENTS" .PP \fIsd\fR .RS 4 information about the splice operation .RE .SH "DESCRIPTION" .PP This function should be called before a loop containing \fBsplice_from_pipe_next\fR and \fBsplice_from_pipe_feed\fR to initialize the necessary fields of \fIsd\fR\&. .SH "COPYRIGHT" .br