Searched refs:gss_svc_token (Results 1 – 2 of 2) sorted by relevance
998 cp->gss_svc_token = NULL; in nfs_gss_svc_ctx_init()1000 cp->gss_svc_token = kalloc_data(cp->gss_svc_tokenlen, Z_WAITOK); in nfs_gss_svc_ctx_init()1002 if (cp->gss_svc_token == NULL) { in nfs_gss_svc_ctx_init()1006 nfsm_chain_get_opaque(error, nmreq, cp->gss_svc_tokenlen, cp->gss_svc_token); in nfs_gss_svc_ctx_init()1087 if (cp->gss_svc_token != NULL) { in nfs_gss_svc_ctx_init()1088 nfsm_chain_add_opaque(error, &nmrep, cp->gss_svc_token, cp->gss_svc_tokenlen); in nfs_gss_svc_ctx_init()1089 kfree_data_addr(cp->gss_svc_token); in nfs_gss_svc_ctx_init()1100 if (cp->gss_svc_token != NULL) { in nfs_gss_svc_ctx_init()1101 kfree_data_addr(cp->gss_svc_token); in nfs_gss_svc_ctx_init()1148 nfs_gss_mach_alloc_buffer(cp->gss_svc_token, cp->gss_svc_tokenlen, &itoken); in nfs_gss_svc_gssd_upcall()[all …]
93 u_char *gss_svc_token; // GSS token exchanged via gssd & client member