Searched refs:pSMBr (Results 1 – 1 of 1) sorted by relevance
368 decode_ext_sec_blob(struct cifs_ses *ses, SMB_NEGOTIATE_RSP *pSMBr) in decode_ext_sec_blob() argument372 char *guid = pSMBr->u.extended_response.GUID; in decode_ext_sec_blob()375 count = get_bcc(&pSMBr->hdr); in decode_ext_sec_blob()397 pSMBr->u.extended_response.SecurityBlob, count, server); in decode_ext_sec_blob()428 SMB_NEGOTIATE_RSP *pSMBr; in CIFSSMBNegotiate() local441 (void **) &pSMB, (void **) &pSMBr); in CIFSSMBNegotiate()472 (struct smb_hdr *) pSMBr, &bytes_returned, 0); in CIFSSMBNegotiate()476 server->dialect = le16_to_cpu(pSMBr->DialectIndex); in CIFSSMBNegotiate()479 if ((pSMBr->hdr.WordCount <= 13) || (server->dialect == BAD_PROT)) { in CIFSSMBNegotiate()485 } else if (pSMBr->hdr.WordCount != 17) { in CIFSSMBNegotiate()[all …]