Lines Matching refs:gc_base
135 struct gss_cred *gss_cred = container_of(cred, struct gss_cred, gc_base); in gss_cred_set_ctx()
149 struct gss_cred *gss_cred = container_of(cred, struct gss_cred, gc_base); in gss_cred_get_ctx()
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()
394 struct gss_cred, gc_base); in gss_upcall_callback()
565 struct gss_cred, gc_base); in gss_setup_upcall()
600 struct gss_cred, gc_base); in gss_refresh_upcall()
646 struct rpc_cred *cred = &gss_cred->gc_base; in gss_create_upcall()
1258 .cred = gss_cred->gc_base.cr_cred, in gss_dup_cred()
1263 rpcauth_init_cred(&new->gc_base, &acred, in gss_dup_cred()
1266 new->gc_base.cr_flags = 1UL << RPCAUTH_CRED_UPTODATE; in gss_dup_cred()
1285 struct gss_cred *gss_cred = container_of(cred, struct gss_cred, gc_base); in gss_send_destroy_context()
1296 task = rpc_call_null(gss_auth->client, &new->gc_base, in gss_send_destroy_context()
1301 put_rpccred(&new->gc_base); in gss_send_destroy_context()
1339 struct gss_cred *gss_cred = container_of(head, struct gss_cred, gc_base.cr_rcu); in gss_free_cred_callback()
1346 struct gss_cred *gss_cred = container_of(cred, struct gss_cred, gc_base); in gss_destroy_nullcred()
1392 rpcauth_init_cred(&cred->gc_base, acred, auth, &gss_credops); in gss_create_cred()
1397 cred->gc_base.cr_flags = 1UL << RPCAUTH_CRED_NEW; in gss_create_cred()
1401 return &cred->gc_base; in gss_create_cred()
1411 struct gss_cred *gss_cred = container_of(cred,struct gss_cred, gc_base); in gss_cred_init()
1424 struct gss_cred *gss_cred = container_of(cred, struct gss_cred, gc_base); in gss_stringify_acceptor()
1482 struct gss_cred *gss_cred = container_of(rc, struct gss_cred, gc_base); in gss_key_timeout()
1499 struct gss_cred *gss_cred = container_of(rc, struct gss_cred, gc_base); in gss_match()
1540 gc_base); in gss_marshal()
1614 gc_base); in gss_renew_cred()
1638 gss_cred = container_of(cred, struct gss_cred, gc_base); in gss_cred_is_negative_entry()
1913 gc_base); in gss_wrap_req()
2152 gc_base); in gss_unwrap_resp()