Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/sunrpc/
Dauth_gss.h41 u32 gc_proc; /* control procedure */ member
70 enum rpc_gss_proc gc_proc; member
/linux-6.6.21/net/sunrpc/auth_gss/
Dsvcauth_gss.c1405 if (gc->gc_proc == RPC_GSS_PROC_INIT && gc->gc_ctx.len != 0) { in svcauth_gss_proc_init()
1606 if (xdr_stream_decode_u32(xdr, &gc->gc_proc) < 0) in svcauth_gss_decode_credbody()
1662 switch (gc->gc_proc) { in svcauth_gss_accept()
1694 switch (gc->gc_proc) { in svcauth_gss_accept()
1960 if (gc->gc_proc != RPC_GSS_PROC_DATA) in svcauth_gss_release()
Dauth_gss.c167 ctx->gc_proc = RPC_GSS_PROC_DATA; in gss_alloc_context()
1293 ctx->gc_proc = RPC_GSS_PROC_DESTROY; in gss_send_destroy_context()
1566 *p++ = cpu_to_be32(ctx->gc_proc); in gss_marshal()
1916 if (ctx->gc_proc != RPC_GSS_PROC_DATA) { in gss_wrap_req()
2154 if (ctx->gc_proc != RPC_GSS_PROC_DATA) in gss_unwrap_resp()