Home
last modified time | relevance | path

Searched refs:xdr_init_decode (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/include/linux/sunrpc/
H A Dsvc.h477 xdr_init_decode(xdr, buf, argv->iov_base, NULL); in svcxdr_init_decode()
H A Dxdr.h257 extern void xdr_init_decode(struct xdr_stream *xdr, struct xdr_buf *buf,
/openbmc/linux/net/sunrpc/xprtrdma/
H A Dsvc_rdma_recvfrom.c654 xdr_init_decode(&rctxt->rc_stream, rq_arg, rdma_argp, NULL); in svc_rdma_xdr_decode_req()
H A Drpc_rdma.c1444 xdr_init_decode(&rep->rr_stream, &rep->rr_hdrbuf, in rpcrdma_reply_handler()
/openbmc/linux/net/sunrpc/
H A Dxdr.c1427 void xdr_init_decode(struct xdr_stream *xdr, struct xdr_buf *buf, __be32 *p, in xdr_init_decode() function
1443 EXPORT_SYMBOL_GPL(xdr_init_decode);
1460 xdr_init_decode(xdr, buf, NULL, NULL); in xdr_init_decode_pages()
H A Dclnt.c2605 xdr_init_decode(&xdr, &req->rq_rcv_buf, in call_decode()
/openbmc/linux/net/sunrpc/auth_gss/
H A Dauth_gss.c2086 xdr_init_decode(xdr, rcv_buf, p, rqstp); in gss_unwrap_resp_priv()