Searched refs:sesInfo (Results 1 – 2 of 2) sorted by relevance
84 cifs_get_spnego_key(struct cifs_ses *sesInfo, in cifs_get_spnego_key() argument104 if (sesInfo->user_name) in cifs_get_spnego_key()105 desc_len += USER_KEY_LEN + strlen(sesInfo->user_name); in cifs_get_spnego_key()107 if (sesInfo->upcall_target == UPTARGET_MOUNT) in cifs_get_spnego_key()144 from_kuid_munged(&init_user_ns, sesInfo->linux_uid)); in cifs_get_spnego_key()147 from_kuid_munged(&init_user_ns, sesInfo->cred_uid)); in cifs_get_spnego_key()149 if (sesInfo->user_name) in cifs_get_spnego_key()150 dp += sprintf(dp, ";user=%s", sesInfo->user_name); in cifs_get_spnego_key()154 if (sesInfo->upcall_target == UPTARGET_MOUNT) in cifs_get_spnego_key()162 trace_smb3_kerberos_auth(server, sesInfo, PTR_ERR_OR_ZERO(spnego_key)); in cifs_get_spnego_key()
31 extern struct key *cifs_get_spnego_key(struct cifs_ses *sesInfo,