table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
RPC_UNLINK(9) | Linux Networking | RPC_UNLINK(9) |
NAME¶
rpc_unlink - remove a pipeSYNOPSIS¶
int
rpc_unlink(struct dentry * dentry);
ARGUMENTS¶
dentrydentry for the pipe, as returned from
rpc_mkpipe
DESCRIPTION¶
After this call, lookups will no longer find the pipe, and any attempts to read or write using preexisting opens of the pipe will return -EPIPE.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |