Home
last modified time | relevance | path

Searched defs:rpc_message (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/include/linux/sunrpc/
H A Dsched.h25 struct rpc_message { struct
26 const struct rpc_procinfo *rpc_proc; /* Procedure information */
27 void * rpc_argp; /* Arguments */
28 void * rpc_resp; /* Result */
29 const struct cred * rpc_cred; /* Credentials */
110 const struct rpc_message *rpc_message; member