| Name | Description |
|---|---|
| PIPE_CLOSE_ON_EXEC | Close the pipe when |
| PIPE_DONT_BLOCK | Return an error instead of blocking. |
| PIPE_NONE | Dummy flag with all flags unset. |
| PIPE_PACKETS | Create a "datagram" pipe. |
| SPLICE_DONT_BLOCK | Return an error instead of blocking. |
| SPLICE_MORE | When splicing to a socket, apply MSG_MORE semantics. |
| SPLICE_NONE | Dummy flag with all flags unset. |
| TEE_DONT_BLOCK | Return an error instead of blocking. |
| TEE_NONE | Dummy flag with all flags unset. |