pipe_buf_steal (9) - Linux Manuals
pipe_buf_steal: attempt to take ownership of a pipe_buffer
NAME
pipe_buf_steal - attempt to take ownership of a pipe_buffer
SYNOPSIS
-
int pipe_buf_steal(struct pipe_inode_info
* pipe, struct pipe_buffer* buf);
ARGUMENTS
pipe
-
- the pipe that the buffer belongs to
buf
- the buffer to attempt to steal
COPYRIGHT