Lines Matching refs:xdr
75 struct xdr_stream *xdr);
77 struct xdr_stream *xdr);
1844 struct xdr_stream xdr; in rpc_xdr_encode() local
1855 xdr_init_encode(&xdr, &req->rq_snd_buf, in rpc_xdr_encode()
1858 if (rpc_encode_header(task, &xdr)) in rpc_xdr_encode()
1861 task->tk_status = rpcauth_wrap_req(task, &xdr); in rpc_xdr_encode()
2482 struct xdr_stream xdr; in call_decode() local
2519 xdr_init_decode(&xdr, &req->rq_rcv_buf, in call_decode()
2521 err = rpc_decode_header(task, &xdr); in call_decode()
2526 task->tk_status = rpcauth_unwrap_resp(task, &xdr); in call_decode()
2546 rpc_encode_header(struct rpc_task *task, struct xdr_stream *xdr) in rpc_encode_header() argument
2554 p = xdr_reserve_space(xdr, RPC_CALLHDRSIZE << 2); in rpc_encode_header()
2564 error = rpcauth_marshcred(task, xdr); in rpc_encode_header()
2575 rpc_decode_header(struct rpc_task *task, struct xdr_stream *xdr) in rpc_decode_header() argument
2589 p = xdr_inline_decode(xdr, 3 * sizeof(*p)); in rpc_decode_header()
2598 error = rpcauth_checkverf(task, xdr); in rpc_decode_header()
2602 p = xdr_inline_decode(xdr, sizeof(*p)); in rpc_decode_header()
2651 p = xdr_inline_decode(xdr, sizeof(*p)); in rpc_decode_header()
2665 p = xdr_inline_decode(xdr, sizeof(*p)); in rpc_decode_header()
2699 static void rpcproc_encode_null(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in rpcproc_encode_null() argument
2704 static int rpcproc_decode_null(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in rpcproc_decode_null() argument