Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/sunrpc/
Dclnt.h98 struct rpc_procinfo { struct
99 u32 p_proc; /* RPC procedure number */
100 kxdreproc_t p_encode; /* XDR encode function */
101 kxdrdproc_t p_decode; /* XDR decode function */
102 unsigned int p_arglen; /* argument hdr length (u32) */
103 unsigned int p_replen; /* reply hdr length (u32) */
104 unsigned int p_timer; /* Which RTT timer to use */
105 u32 p_statidx; /* Which procedure to account */
106 const char * p_name; /* name of procedure */