Searched refs:WordCount (Results 1 – 8 of 8) sorted by relevance
1099 if (smb_buf->WordCount != 3) { in sess_auth_ntlmv2()1101 cifs_dbg(VFS, "bad word count %d\n", smb_buf->WordCount); in sess_auth_ntlmv2()1224 if (smb_buf->WordCount != 4) { in sess_auth_kerberos()1226 cifs_dbg(VFS, "bad word count %d\n", smb_buf->WordCount); in sess_auth_kerberos()1383 if (smb_buf->WordCount != 4) { in sess_auth_rawntlmssp_negotiate()1385 cifs_dbg(VFS, "bad word count %d\n", smb_buf->WordCount); in sess_auth_rawntlmssp_negotiate()1468 if (smb_buf->WordCount != 4) { in sess_auth_rawntlmssp_authenticate()1470 cifs_dbg(VFS, "bad word count %d\n", smb_buf->WordCount); in sess_auth_rawntlmssp_authenticate()
279 buffer->WordCount = (char) word_count; in header_assemble()320 smb->WordCount = 0; in checkSMB()324 (smb->WordCount == 0)) { in checkSMB()452 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()
3750 if ((smb_buffer_response->WordCount == 3) || in CIFSTCon()3751 (smb_buffer_response->WordCount == 7)) in CIFSTCon()
190 __u8 WordCount; member
Completed in 47 milliseconds