Searched defs:decode (Results 1 - 3 of 3) sorted by relevance

/net/sunrpc/
H A Dauth.c795 rpcauth_unwrap_req_decode(kxdrdproc_t decode, struct rpc_rqst *rqstp, argument
801 return decode(rqstp, &xdr, obj);
805 rpcauth_unwrap_resp(struct rpc_task *task, kxdrdproc_t decode, void *rqstp, argument
813 return cred->cr_ops->crunwrap_resp(task, decode, rqstp,
815 /* By default, we decode the arguments normally. */
816 return rpcauth_unwrap_req_decode(decode, rqstp, data, obj);
H A Dclnt.c2134 kxdrdproc_t decode = task->tk_msg.rpc_proc->p_decode; local
2181 if (decode) {
2182 task->tk_status = rpcauth_unwrap_resp(task, decode, req, p,
/net/sunrpc/auth_gss/
H A Dauth_gss.c1925 gss_unwrap_req_decode(kxdrdproc_t decode, struct rpc_rqst *rqstp, argument
1931 return decode(rqstp, &xdr, obj);
1936 kxdrdproc_t decode, void *rqstp, __be32 *p, void *obj)
1967 status = gss_unwrap_req_decode(decode, rqstp, p, obj);
1935 gss_unwrap_resp(struct rpc_task *task, kxdrdproc_t decode, void *rqstp, __be32 *p, void *obj) argument

Completed in 13 milliseconds