Home
last modified time | relevance | path

Searched refs:kxdreproc_t (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/sunrpc/
H A Dclnt.h123 kxdreproc_t p_encode; /* XDR encode function */
H A Dxdr.h238 typedef void (*kxdreproc_t)(struct rpc_rqst *rqstp, struct xdr_stream *xdr, typedef
/openbmc/linux/net/sunrpc/
H A Dauth.c741 kxdreproc_t encode = task->tk_msg.rpc_proc->p_encode; in rpcauth_wrap_req_encode()