Home
last modified time | relevance | path

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

/openbmc/linux/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c1581 ssize_t handle_len; in svcauth_gss_decode_credbody() local
1606 handle_len = xdr_stream_decode_opaque_inline(xdr, in svcauth_gss_decode_credbody()
1609 if (handle_len < 0) in svcauth_gss_decode_credbody()
1611 if (body_len != XDR_UNIT * 5 + xdr_align_size(handle_len)) in svcauth_gss_decode_credbody()
1614 gc->gc_ctx.len = handle_len; in svcauth_gss_decode_credbody()