Searched refs:WordCount (Results 1 – 9 of 9) sorted by relevance
1031 if (smb_buf->WordCount != 3) { in sess_auth_ntlmv2()1033 cifs_dbg(VFS, "bad word count %d\n", smb_buf->WordCount); in sess_auth_ntlmv2()1156 if (smb_buf->WordCount != 4) { in sess_auth_kerberos()1158 cifs_dbg(VFS, "bad word count %d\n", smb_buf->WordCount); in sess_auth_kerberos()1309 if (smb_buf->WordCount != 4) { in sess_auth_rawntlmssp_negotiate()1311 cifs_dbg(VFS, "bad word count %d\n", smb_buf->WordCount); in sess_auth_rawntlmssp_negotiate()1394 if (smb_buf->WordCount != 4) { in sess_auth_rawntlmssp_authenticate()1396 cifs_dbg(VFS, "bad word count %d\n", smb_buf->WordCount); in sess_auth_rawntlmssp_authenticate()
278 buffer->WordCount = (char) word_count; in header_assemble()319 smb->WordCount = 0; in checkSMB()323 (smb->WordCount == 0)) { in checkSMB()343 } else if (total_read < sizeof(*smb) + 2 * smb->WordCount) { in checkSMB()345 __func__, smb->WordCount); in checkSMB()455 if (pSMB->hdr.WordCount != 8) in is_valid_oplock_break()
37 in_buf->WordCount = 0; in send_nt_cancel()250 if (pSMB->WordCount != 10) { /* coalesce_t2 depends on this */ in check2ndT2()
421 __u8 WordCount; member428 return (void *)smb + sizeof(*smb) + 2 * smb->WordCount; in BCC()
918 return (sizeof(struct smb_hdr) + (2 * ptr->WordCount) + in smbCalcSize()
351 if (pSMB->hdr.WordCount < 10) in validate_t2()529 if ((pSMBr->hdr.WordCount <= 13) || (server->dialect == BAD_PROT)) { in CIFSSMBNegotiate()535 } else if (pSMBr->hdr.WordCount != 17) { in CIFSSMBNegotiate()661 smb->hdr.WordCount = 1; in CIFSSMBEcho()
3739 if ((smb_buffer_response->WordCount == 3) || in CIFSTCon()3740 (smb_buffer_response->WordCount == 7)) in CIFSTCon()
244 __u8 WordCount; member
577 neg_rsp->hdr.WordCount = 1; in smb_handle_negotiate()