:: RootR ::  Hosting Order Map Login   Secure Inter-Network Operations  
 
struct_pipe_buffer(9) - phpMan

Command: man perldoc info search(apropos)  


STRUCT PIPE_BUFFER(9)                       pipes API                       STRUCT PIPE_BUFFER(9)



NAME
       struct_pipe_buffer - a linux kernel pipe buffer

SYNOPSIS
       struct pipe_buffer {
         struct page * page;
         unsigned int offset;
         unsigned int len;
         const struct pipe_buf_operations * ops;
         unsigned int flags;
         unsigned long private;
       };

MEMBERS
       page
           the page containing the data for the pipe buffer

       offset
           offset of data inside the page

       len
           length of data inside the page

       ops
           operations associated with this buffer. See pipe_buf_operations.

       flags
           pipe buffer flags. See above.

       private
           private data owned by the ops.

COPYRIGHT
Kernel Hackers Manual 4.8.                 January 2017                     STRUCT PIPE_BUFFER(9)


/man
rootr.net - man pages