Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/sunrpc/
Dsvc.h207 struct xdr_stream rq_arg_stream; member
470 struct xdr_stream *xdr = &rqstp->rq_arg_stream; in svcxdr_init_decode()
/Linux-v6.6/net/sunrpc/
Dsvcauth.c86 if (xdr_stream_decode_u32(&rqstp->rq_arg_stream, &flavor) < 0) in svc_authenticate()
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()
Dsvc.c1316 p = xdr_inline_decode(&rqstp->rq_arg_stream, XDR_UNIT * 4); in svc_process_common()
1526 p = xdr_inline_decode(&rqstp->rq_arg_stream, XDR_UNIT * 2); in svc_process()
1593 if (!xdr_inline_decode(&rqstp->rq_arg_stream, XDR_UNIT * 2)) { in bc_svc_process()
/Linux-v6.6/net/sunrpc/auth_gss/
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()
1066 struct xdr_stream *xdr = &rqstp->rq_arg_stream; in gss_read_proxy_verf()
1173 struct xdr_stream *xdr = &rqstp->rq_arg_stream; in svcauth_gss_legacy_init()
1393 struct xdr_stream *xdr = &rqstp->rq_arg_stream; in svcauth_gss_proc_init()
1657 if (!svcauth_gss_decode_credbody(&rqstp->rq_arg_stream, gc, &rpcstart)) in svcauth_gss_accept()
/Linux-v6.6/fs/nfs/
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()
/Linux-v6.6/fs/lockd/
Dsvc.c647 if (!procp->pc_decode(rqstp, &rqstp->rq_arg_stream)) in nlmsvc_dispatch()
/Linux-v6.6/fs/nfsd/
Dnfssvc.c998 if (!proc->pc_decode(rqstp, &rqstp->rq_arg_stream)) in nfsd_dispatch()