Searched refs:gss_svc_token (Results 1 – 2 of 2) sorted by relevance
1000 cp->gss_svc_token = NULL; in nfs_gss_svc_ctx_init()1002 cp->gss_svc_token = kalloc_data(cp->gss_svc_tokenlen, Z_WAITOK); in nfs_gss_svc_ctx_init()1004 if (cp->gss_svc_token == NULL) { in nfs_gss_svc_ctx_init()1008 nfsm_chain_get_opaque(error, nmreq, cp->gss_svc_tokenlen, cp->gss_svc_token); in nfs_gss_svc_ctx_init()1089 if (cp->gss_svc_token != NULL) { in nfs_gss_svc_ctx_init()1090 nfsm_chain_add_opaque(error, &nmrep, cp->gss_svc_token, cp->gss_svc_tokenlen); in nfs_gss_svc_ctx_init()1091 kfree_data_addr(cp->gss_svc_token); in nfs_gss_svc_ctx_init()1102 if (cp->gss_svc_token != NULL) { in nfs_gss_svc_ctx_init()1103 kfree_data_addr(cp->gss_svc_token); in nfs_gss_svc_ctx_init()1150 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