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

NAME

6       rpc_call_async - Perform an asynchronous RPC call
7

SYNOPSIS

9       int rpc_call_async(struct rpc_clnt * clnt,
10                          const struct rpc_message * msg, int flags,
11                          const struct rpc_call_ops * tk_ops, void * data);
12

ARGUMENTS

14       clnt
15           pointer to RPC client
16
17       msg
18           RPC call parameters
19
20       flags
21           RPC call flags
22
23       tk_ops
24           RPC call ops
25
26       data
27           user call data
28
30Kernel Hackers Manual 3.10         June 2019                 RPC_CALL_ASYNC(9)
Impressum