Home
last modified time | relevance | path

Searched refs:rq_arg_stream (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/include/linux/sunrpc/
H A Dsvc.h207 struct xdr_stream rq_arg_stream; member
470 struct xdr_stream *xdr = &rqstp->rq_arg_stream; in svcxdr_init_decode()
/openbmc/linux/net/sunrpc/
H A Dsvcauth.c86 if (xdr_stream_decode_u32(&rqstp->rq_arg_stream, &flavor) < 0) in svc_authenticate()
H A Dsvcauth_unix.c756 struct xdr_stream *xdr = &rqstp->rq_arg_stream; in svcauth_null_accept()
833 struct xdr_stream *xdr = &rqstp->rq_arg_stream; in svcauth_tls_accept()
918 struct xdr_stream *xdr = &rqstp->rq_arg_stream; in svcauth_unix_accept()
H A Dsvc.c1314 p = xdr_inline_decode(&rqstp->rq_arg_stream, XDR_UNIT * 4); in svc_process_common()
1524 p = xdr_inline_decode(&rqstp->rq_arg_stream, XDR_UNIT * 2); in svc_process()
1591 if (!xdr_inline_decode(&rqstp->rq_arg_stream, XDR_UNIT * 2)) { in bc_svc_process()
/openbmc/linux/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c705 struct xdr_stream *xdr = &rqstp->rq_arg_stream; in svcauth_gss_verify_header()
863 struct xdr_stream *xdr = &rqstp->rq_arg_stream; in svcauth_gss_unwrap_integ()
946 struct xdr_stream *xdr = &rqstp->rq_arg_stream; in svcauth_gss_unwrap_priv()
1060 struct xdr_stream *xdr = &rqstp->rq_arg_stream; in gss_read_proxy_verf()
1167 struct xdr_stream *xdr = &rqstp->rq_arg_stream; in svcauth_gss_legacy_init()
1387 struct xdr_stream *xdr = &rqstp->rq_arg_stream; in svcauth_gss_proc_init()
1651 if (!svcauth_gss_decode_credbody(&rqstp->rq_arg_stream, gc, &rpcstart)) in svcauth_gss_accept()
/openbmc/linux/fs/nfsd/
H A Dnfssvc.c1004 start = xdr_stream_pos(&rqstp->rq_arg_stream); in nfsd_dispatch()
1005 len = xdr_stream_remaining(&rqstp->rq_arg_stream); in nfsd_dispatch()
1006 if (!proc->pc_decode(rqstp, &rqstp->rq_arg_stream)) in nfsd_dispatch()
/openbmc/linux/fs/nfs/
H A Dcallback_xdr.c871 status = decode_op_hdr(&rqstp->rq_arg_stream, &op_nr); in process_op()
901 status = op->decode_args(rqstp, &rqstp->rq_arg_stream, in process_op()
933 status = decode_compound_hdr_arg(&rqstp->rq_arg_stream, &hdr_arg); in nfs4_callback_compound()
/openbmc/linux/fs/lockd/
H A Dsvc.c647 if (!procp->pc_decode(rqstp, &rqstp->rq_arg_stream)) in nlmsvc_dispatch()