Searched refs:WordCount (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/fs/cifs/ |
| D | sess.c | 758 if (smb_buf->WordCount != 3) { in sess_auth_lanman() 760 cifs_dbg(VFS, "bad word count %d\n", smb_buf->WordCount); in sess_auth_lanman() 868 if (smb_buf->WordCount != 3) { in sess_auth_ntlm() 870 cifs_dbg(VFS, "bad word count %d\n", smb_buf->WordCount); in sess_auth_ntlm() 976 if (smb_buf->WordCount != 3) { in sess_auth_ntlmv2() 978 cifs_dbg(VFS, "bad word count %d\n", smb_buf->WordCount); in sess_auth_ntlmv2() 1102 if (smb_buf->WordCount != 4) { in sess_auth_kerberos() 1104 cifs_dbg(VFS, "bad word count %d\n", smb_buf->WordCount); in sess_auth_kerberos() 1255 if (smb_buf->WordCount != 4) { in sess_auth_rawntlmssp_negotiate() 1257 cifs_dbg(VFS, "bad word count %d\n", smb_buf->WordCount); in sess_auth_rawntlmssp_negotiate() [all …]
|
| D | misc.c | 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()
|
| D | smb1ops.c | 36 in_buf->WordCount = 0; in send_nt_cancel() 249 if (pSMB->WordCount != 10) { /* coalesce_t2 depends on this */ in check2ndT2()
|
| D | cifspdu.h | 432 __u8 WordCount; member 439 return (void *)smb + sizeof(*smb) + 2 * smb->WordCount; in BCC()
|
| D | netmisc.c | 892 return (sizeof(struct smb_hdr) + (2 * ptr->WordCount) + in smbCalcSize()
|
| D | cifssmb.c | 457 if (pSMB->hdr.WordCount < 10) in validate_t2() 716 if ((pSMBr->hdr.WordCount < 13) || (server->dialect == BAD_PROT)) { in CIFSSMBNegotiate() 722 } else if (pSMBr->hdr.WordCount == 13) { in CIFSSMBNegotiate() 726 } else if (pSMBr->hdr.WordCount != 17) { in CIFSSMBNegotiate() 851 smb->hdr.WordCount = 1; in CIFSSMBEcho()
|
| D | connect.c | 5090 if ((smb_buffer_response->WordCount == 3) || in CIFSTCon() 5091 (smb_buffer_response->WordCount == 7)) in CIFSTCon()
|