Searched refs:xdr_stream_decode_opaque_inline (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/net/sunrpc/ |
D | auth_tls.c | 131 if (xdr_stream_decode_opaque_inline(xdr, &str, starttls_len) != starttls_len) in tls_validate()
|
D | xdr.c | 2259 ret = xdr_stream_decode_opaque_inline(xdr, &p, size); in xdr_stream_decode_opaque() 2286 ret = xdr_stream_decode_opaque_inline(xdr, &p, maxlen); in xdr_stream_decode_opaque_dup() 2314 ret = xdr_stream_decode_opaque_inline(xdr, &p, size); in xdr_stream_decode_string() 2344 ret = xdr_stream_decode_opaque_inline(xdr, &p, maxlen); in xdr_stream_decode_string_dup() 2378 ret = xdr_stream_decode_opaque_inline(xdr, body, RPC_MAX_AUTH_SIZE); in xdr_stream_decode_opaque_auth()
|
/linux-6.12.1/fs/lockd/ |
D | clntxdr.c | 119 ret = xdr_stream_decode_opaque_inline(xdr, (void *)&obj->data, in decode_netobj()
|
D | clnt4xdr.c | 122 ret = xdr_stream_decode_opaque_inline(xdr, (void *)&obj->data, in decode_netobj()
|
/linux-6.12.1/include/linux/sunrpc/ |
D | xdr.h | 742 xdr_stream_decode_opaque_inline(struct xdr_stream *xdr, void **ptr, size_t maxlen) in xdr_stream_decode_opaque_inline() function
|
/linux-6.12.1/fs/nfs/ |
D | callback_xdr.c | 81 err = xdr_stream_decode_opaque_inline(xdr, (void **)str, maxlen); in decode_string()
|
D | nfs4xdr.c | 3213 ssize_t ret = xdr_stream_decode_opaque_inline(xdr, (void **)string, in decode_opaque_inline() 3231 ret = xdr_stream_decode_opaque_inline(xdr, &ptr, NFS4_OPAQUE_LIMIT); in decode_compound_hdr() 4018 len = xdr_stream_decode_opaque_inline(xdr, (void **)&p, in decode_attr_owner() 4052 len = xdr_stream_decode_opaque_inline(xdr, (void **)&p, in decode_attr_group()
|
/linux-6.12.1/net/sunrpc/auth_gss/ |
D | svcauth_gss.c | 1596 handle_len = xdr_stream_decode_opaque_inline(xdr, in svcauth_gss_decode_credbody()
|