Searched refs:rq_arg_stream (Results 1 – 8 of 8) sorted by relevance
/linux/include/linux/sunrpc/ |
H A D | svc.h | 187 struct xdr_stream rq_arg_stream; 490 struct xdr_stream *xdr = &rqstp->rq_arg_stream; in svc_reserve_auth() 191 struct xdr_stream rq_arg_stream; global() member
|
/linux/net/sunrpc/auth_gss/ |
H A D | svcauth_gss.c | 705 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() 938 struct xdr_stream *xdr = &rqstp->rq_arg_stream; in svcauth_gss_unwrap_priv() 1050 struct xdr_stream *xdr = &rqstp->rq_arg_stream; in gss_read_proxy_verf() 1157 struct xdr_stream *xdr = &rqstp->rq_arg_stream; in svcauth_gss_legacy_init() 1377 struct xdr_stream *xdr = &rqstp->rq_arg_stream; in svcauth_gss_proc_init() 1641 if (!svcauth_gss_decode_credbody(&rqstp->rq_arg_stream, gc, &rpcstart)) in svcauth_gss_accept()
|
/linux/fs/nfsd/ |
H A D | nfssvc.c | 966 start = xdr_stream_pos(&rqstp->rq_arg_stream); in nfsd() 967 len = xdr_stream_remaining(&rqstp->rq_arg_stream); in nfsd() 968 if (!proc->pc_decode(rqstp, &rqstp->rq_arg_stream)) in nfsd()
|
/linux/net/sunrpc/ |
H A D | svcauth.c | 87 if (xdr_stream_decode_u32(&rqstp->rq_arg_stream, &flavor) < 0) in svc_authenticate()
|
H A D | svcauth_unix.c | 757 struct xdr_stream *xdr = &rqstp->rq_arg_stream; in svcauth_null_accept() 834 struct xdr_stream *xdr = &rqstp->rq_arg_stream; in svcauth_tls_accept() 919 struct xdr_stream *xdr = &rqstp->rq_arg_stream; in svcauth_unix_accept()
|
H A D | svc.c | 1342 p = xdr_inline_decode(&rqstp->rq_arg_stream, XDR_UNIT * 4); in svc_process_common() 1568 p = xdr_inline_decode(&rqstp->rq_arg_stream, XDR_UNIT * 2); in svc_process() 1635 if (!xdr_inline_decode(&rqstp->rq_arg_stream, XDR_UNIT * 2)) in svc_process_bc()
|
/linux/fs/nfs/ |
H A D | callback_xdr.c | 910 status = decode_op_hdr(&rqstp->rq_arg_stream, &op_nr); in process_op() 940 status = op->decode_args(rqstp, &rqstp->rq_arg_stream, in process_op() 972 status = decode_compound_hdr_arg(&rqstp->rq_arg_stream, &hdr_arg); in nfs4_callback_compound()
|
/linux/fs/lockd/ |
H A D | svc.c | 634 if (!procp->pc_decode(rqstp, &rqstp->rq_arg_stream))
|