Home
last modified time | relevance | path

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

/linux/net/sunrpc/auth_gss/
A Dsvcauth_gss.c1571 ssize_t handle_len; in svcauth_gss_decode_credbody() local
1596 handle_len = xdr_stream_decode_opaque_inline(xdr, in svcauth_gss_decode_credbody()
1599 if (handle_len < 0) in svcauth_gss_decode_credbody()
1601 if (body_len != XDR_UNIT * 5 + xdr_align_size(handle_len)) in svcauth_gss_decode_credbody()
1604 gc->gc_ctx.len = handle_len; in svcauth_gss_decode_credbody()

Completed in 7 milliseconds