'\" t .\" Title: splice_to_pipe .\" 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_TO_PIPE" "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_to_pipe \- fill passed data into a pipe .SH "SYNOPSIS" .HP \w'ssize_t\ splice_to_pipe('u .BI "ssize_t splice_to_pipe(struct\ pipe_inode_info\ *\ " "pipe" ", struct\ splice_pipe_desc\ *\ " "spd" ");" .SH "ARGUMENTS" .PP \fIpipe\fR .RS 4 pipe to fill .RE .PP \fIspd\fR .RS 4 data to fill .RE .SH "DESCRIPTION" .PP \fIspd\fR contains a map of pages and len/offset tuples, along with the struct pipe_buf_operations associated with these pages\&. This function will link that data to the pipe\&. .SH "COPYRIGHT" .br