1RPC_QUEUE_UPCALL(9)            Linux Networking            RPC_QUEUE_UPCALL(9)
2
3
4

NAME

6       rpc_queue_upcall - queue an upcall message to userspace
7

SYNOPSIS

9       int rpc_queue_upcall(struct inode * inode, struct rpc_pipe_msg * msg);
10

ARGUMENTS

12       inode
13           inode of upcall pipe on which to queue given message
14
15       msg
16           message to queue
17

DESCRIPTION

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.       November 2011             RPC_QUEUE_UPCALL(9)
Impressum