Home
last modified time | relevance | path

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

/linux-6.6.21/net/sunrpc/auth_gss/
Dauth_gss.c135 struct gss_cred *gss_cred = container_of(cred, struct gss_cred, gc_base); in gss_cred_set_ctx() local
140 rcu_assign_pointer(gss_cred->gc_ctx, ctx); in gss_cred_set_ctx()
149 struct gss_cred *gss_cred = container_of(cred, struct gss_cred, gc_base); in gss_cred_get_ctx() local
153 ctx = rcu_dereference(gss_cred->gc_ctx); in gss_cred_get_ctx()
373 gss_handle_downcall_result(struct gss_cred *gss_cred, struct gss_upcall_msg *gss_msg) in gss_handle_downcall_result() argument
379 clear_bit(RPCAUTH_CRED_NEGATIVE, &gss_cred->gc_base.cr_flags); in gss_handle_downcall_result()
380 gss_cred_set_ctx(&gss_cred->gc_base, gss_msg->ctx); in gss_handle_downcall_result()
383 set_bit(RPCAUTH_CRED_NEGATIVE, &gss_cred->gc_base.cr_flags); in gss_handle_downcall_result()
385 gss_cred->gc_upcall_timestamp = jiffies; in gss_handle_downcall_result()
386 gss_cred->gc_upcall = NULL; in gss_handle_downcall_result()
[all …]
/linux-6.6.21/include/linux/sunrpc/
Dauth_gss.h83 struct gss_cred { struct
/linux-6.6.21/include/trace/events/
Drpcgss.h143 const struct gss_cred *gc
168 const struct gss_cred *gc \