Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/sunrpc/
H A Dauth.h178 int rpcauth_unwrap_resp(struct rpc_task *task,
/openbmc/linux/net/sunrpc/
H A Dauth.c810 rpcauth_unwrap_resp(struct rpc_task *task, struct xdr_stream *xdr) in rpcauth_unwrap_resp() function
H A Dclnt.c2612 task->tk_status = rpcauth_unwrap_resp(task, &xdr); in call_decode()