1. NAME

splice_from_pipe_begin - start splicing from pipe

2. SYNOPSIS

void splice_from_pipe_begin(struct splice_desc *  sd );

3. ARGUMENTS

sd
    information about the splice operation

4. DESCRIPTION

This function should be called before a loop containing splice_from_pipe_next and splice_from_pipe_feed to initialize the necessary fields of sd.

5. COPYRIGHT