1RPC_QUEUE_UPCALL(9) Linux Networking RPC_QUEUE_UPCALL(9)
2
3
4
6 rpc_queue_upcall -
7
9 int rpc_queue_upcall(struct inode * inode, struct rpc_pipe_msg * msg);
10
12 inode
13 inode of upcall pipe on which to queue given message
14
15 msg
16 message to queue
17
19 Call with an inode created by rpc_mkpipe to queue an upcall. A
20 userspace process may then later read the upcall by performing a read
21 on an open file for this inode. It is up to the caller to initialize
22 the fields of msg (other than msg->list) appropriately.
23
25Kernel Hackers Manual 2.6. June 2019 RPC_QUEUE_UPCALL(9)