Searched refs:WordCount (Results 1 – 8 of 8) sorted by relevance
1347 if (smb_buf->WordCount != 3) { in sess_auth_ntlmv2()1349 cifs_dbg(VFS, "bad word count %d\n", smb_buf->WordCount); in sess_auth_ntlmv2()1473 if (smb_buf->WordCount != 4) { in sess_auth_kerberos()1475 cifs_dbg(VFS, "bad word count %d\n", smb_buf->WordCount); in sess_auth_kerberos()1634 if (smb_buf->WordCount != 4) { in sess_auth_rawntlmssp_negotiate()1636 cifs_dbg(VFS, "bad word count %d\n", smb_buf->WordCount); in sess_auth_rawntlmssp_negotiate()1724 if (smb_buf->WordCount != 4) { in sess_auth_rawntlmssp_authenticate()1726 cifs_dbg(VFS, "bad word count %d\n", smb_buf->WordCount); in sess_auth_rawntlmssp_authenticate()
287 buffer->WordCount = (char) word_count; in header_assemble()328 smb->WordCount = 0; in checkSMB()332 (smb->WordCount == 0)) { in checkSMB()460 if (pSMB->hdr.WordCount != 8) in is_valid_oplock_break()
38 in_buf->WordCount = 0; in send_nt_cancel()256 if (pSMB->WordCount != 10) { /* coalesce_t2 depends on this */ in check2ndT2()
409 __u8 WordCount; member416 return (void *)smb + sizeof(*smb) + 2 * smb->WordCount; in BCC()
915 return (sizeof(struct smb_hdr) + (2 * ptr->WordCount) + in smbCalcSize()
349 if (pSMB->hdr.WordCount < 10) in validate_t2()482 if ((pSMBr->hdr.WordCount <= 13) || (server->dialect == BAD_PROT)) { in CIFSSMBNegotiate()488 } else if (pSMBr->hdr.WordCount != 17) { in CIFSSMBNegotiate()618 smb->hdr.WordCount = 1; in CIFSSMBEcho()
4013 if ((smb_buffer_response->WordCount == 3) || in CIFSTCon()4014 (smb_buffer_response->WordCount == 7)) in CIFSTCon()
190 __u8 WordCount; member