Searched refs:gss_svc_token (Results 1 – 2 of 2) sorted by relevance
3479 cp->gss_svc_token = NULL; in nfs_gss_svc_ctx_init()3481 cp->gss_svc_token = kalloc_data(cp->gss_svc_tokenlen, Z_WAITOK); in nfs_gss_svc_ctx_init()3483 if (cp->gss_svc_token == NULL) { in nfs_gss_svc_ctx_init()3487 nfsm_chain_get_opaque(error, nmreq, cp->gss_svc_tokenlen, cp->gss_svc_token); in nfs_gss_svc_ctx_init()3568 if (cp->gss_svc_token != NULL) { in nfs_gss_svc_ctx_init()3569 nfsm_chain_add_opaque(error, &nmrep, cp->gss_svc_token, cp->gss_svc_tokenlen); in nfs_gss_svc_ctx_init()3570 kfree_data_addr(cp->gss_svc_token); in nfs_gss_svc_ctx_init()3581 if (cp->gss_svc_token != NULL) { in nfs_gss_svc_ctx_init()3582 kfree_data_addr(cp->gss_svc_token); in nfs_gss_svc_ctx_init()3629 nfs_gss_mach_alloc_buffer(cp->gss_svc_token, cp->gss_svc_tokenlen, &itoken); in nfs_gss_svc_gssd_upcall()[all …]
153 u_char *gss_svc_token; // GSS token exchanged via gssd & client member