Home
last modified time | relevance | path

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

/Linux-v6.6/net/sunrpc/auth_gss/
Dsvcauth_gss.c1587 ssize_t handle_len; in svcauth_gss_decode_credbody() local
1612 handle_len = xdr_stream_decode_opaque_inline(xdr, in svcauth_gss_decode_credbody()
1615 if (handle_len < 0) in svcauth_gss_decode_credbody()
1617 if (body_len != XDR_UNIT * 5 + xdr_align_size(handle_len)) in svcauth_gss_decode_credbody()
1620 gc->gc_ctx.len = handle_len; in svcauth_gss_decode_credbody()