Searched refs:xdr_stream_decode_opaque_inline (Results 1 – 6 of 6) sorted by relevance
| /linux/net/sunrpc/ |
| H A D | auth_tls.c | 131 if (xdr_stream_decode_opaque_inline(xdr, &str, starttls_len) != starttls_len) in tls_validate()
|
| H A D | xdr.c | 2238 ret = xdr_stream_decode_opaque_inline(xdr, &p, maxlen); in xdr_stream_decode_string_dup() 2272 ret = xdr_stream_decode_opaque_inline(xdr, body, RPC_MAX_AUTH_SIZE); in xdr_stream_decode_opaque_auth()
|
| /linux/fs/lockd/ |
| H A D | clnt4xdr.c | 122 ret = xdr_stream_decode_opaque_inline(xdr, (void *)&obj->data, in decode_netobj()
|
| /linux/include/linux/sunrpc/ |
| H A D | xdr.h | 755 xdr_stream_decode_opaque_inline(struct xdr_stream *xdr, void **ptr, size_t maxlen) in xdr_stream_decode_opaque_inline() function
|
| /linux/fs/nfs/ |
| H A D | nfs4xdr.c | 3266 ssize_t ret = xdr_stream_decode_opaque_inline(xdr, (void **)string, in decode_opaque_inline() 3284 ret = xdr_stream_decode_opaque_inline(xdr, &ptr, NFS4_OPAQUE_LIMIT); in decode_compound_hdr() 4071 len = xdr_stream_decode_opaque_inline(xdr, (void **)&p, in decode_attr_owner() 4105 len = xdr_stream_decode_opaque_inline(xdr, (void **)&p, in decode_attr_group()
|
| /linux/net/sunrpc/auth_gss/ |
| H A D | svcauth_gss.c | 1597 handle_len = xdr_stream_decode_opaque_inline(xdr, in svcauth_gss_decode_credbody()
|