Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/sunrpc/
H A Dauth_gss.h41 u32 gc_proc; /* control procedure */ member
70 enum rpc_gss_proc gc_proc; member
/openbmc/linux/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c1399 if (gc->gc_proc == RPC_GSS_PROC_INIT && gc->gc_ctx.len != 0) { in svcauth_gss_proc_init()
1600 if (xdr_stream_decode_u32(xdr, &gc->gc_proc) < 0) in svcauth_gss_decode_credbody()
1656 switch (gc->gc_proc) { in svcauth_gss_accept()
1688 switch (gc->gc_proc) { in svcauth_gss_accept()
1954 if (gc->gc_proc != RPC_GSS_PROC_DATA) in svcauth_gss_release()
H A 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()
1918 if (ctx->gc_proc != RPC_GSS_PROC_DATA) { in gss_wrap_req()
2156 if (ctx->gc_proc != RPC_GSS_PROC_DATA) in gss_unwrap_resp()