RPC_UNLINK(9) Linux Networking RPC_UNLINK(9)NAMErpc_unlink - remove a pipeSYNOPSISint rpc_unlink(struct dentry * dentry);ARGUMENTSdentry dentry for the pipe, as returned from rpc_mkpipeDESCRIPTIONAfter 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.COPYRIGHTKernel Hackers Manual 2.6. July 2010 RPC_UNLINK(9)