Home
last modified time | relevance | path

Searched refs:WordCount (Results 1 – 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/fs/cifs/
Dsess.c1036 if (smb_buf->WordCount != 3) { in sess_auth_lanman()
1038 cifs_dbg(VFS, "bad word count %d\n", smb_buf->WordCount); in sess_auth_lanman()
1146 if (smb_buf->WordCount != 3) { in sess_auth_ntlm()
1148 cifs_dbg(VFS, "bad word count %d\n", smb_buf->WordCount); in sess_auth_ntlm()
1254 if (smb_buf->WordCount != 3) { in sess_auth_ntlmv2()
1256 cifs_dbg(VFS, "bad word count %d\n", smb_buf->WordCount); in sess_auth_ntlmv2()
1379 if (smb_buf->WordCount != 4) { in sess_auth_kerberos()
1381 cifs_dbg(VFS, "bad word count %d\n", smb_buf->WordCount); in sess_auth_kerberos()
1532 if (smb_buf->WordCount != 4) { in sess_auth_rawntlmssp_negotiate()
1534 cifs_dbg(VFS, "bad word count %d\n", smb_buf->WordCount); in sess_auth_rawntlmssp_negotiate()
[all …]
Dmisc.c291 buffer->WordCount = (char) word_count; in header_assemble()
332 smb->WordCount = 0; in checkSMB()
336 (smb->WordCount == 0)) { in checkSMB()
356 } else if (total_read < sizeof(*smb) + 2 * smb->WordCount) { in checkSMB()
358 __func__, smb->WordCount); in checkSMB()
468 if (pSMB->hdr.WordCount != 8) in is_valid_oplock_break()
Dsmb1ops.c36 in_buf->WordCount = 0; in send_nt_cancel()
249 if (pSMB->WordCount != 10) { /* coalesce_t2 depends on this */ in check2ndT2()
Dcifspdu.h437 __u8 WordCount; member
444 return (void *)smb + sizeof(*smb) + 2 * smb->WordCount; in BCC()
Dnetmisc.c919 return (sizeof(struct smb_hdr) + (2 * ptr->WordCount) + in smbCalcSize()
Dcifssmb.c380 if (pSMB->hdr.WordCount < 10) in validate_t2()
641 if ((pSMBr->hdr.WordCount < 13) || (server->dialect == BAD_PROT)) { in CIFSSMBNegotiate()
647 } else if (pSMBr->hdr.WordCount == 13) { in CIFSSMBNegotiate()
651 } else if (pSMBr->hdr.WordCount != 17) { in CIFSSMBNegotiate()
778 smb->hdr.WordCount = 1; in CIFSSMBEcho()
Dconnect.c4978 if ((smb_buffer_response->WordCount == 3) || in CIFSTCon()
4979 (smb_buffer_response->WordCount == 7)) in CIFSTCon()