Searched refs:WordCount (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/fs/cifs/ |
D | sess.c | 751 if (smb_buf->WordCount != 3) { in sess_auth_lanman() 753 cifs_dbg(VFS, "bad word count %d\n", smb_buf->WordCount); in sess_auth_lanman() 861 if (smb_buf->WordCount != 3) { in sess_auth_ntlm() 863 cifs_dbg(VFS, "bad word count %d\n", smb_buf->WordCount); in sess_auth_ntlm() 969 if (smb_buf->WordCount != 3) { in sess_auth_ntlmv2() 971 cifs_dbg(VFS, "bad word count %d\n", smb_buf->WordCount); in sess_auth_ntlmv2() 1095 if (smb_buf->WordCount != 4) { in sess_auth_kerberos() 1097 cifs_dbg(VFS, "bad word count %d\n", smb_buf->WordCount); in sess_auth_kerberos() 1250 if (smb_buf->WordCount != 4) { in sess_auth_rawntlmssp_negotiate() 1252 cifs_dbg(VFS, "bad word count %d\n", smb_buf->WordCount); in sess_auth_rawntlmssp_negotiate() [all …]
|
D | misc.c | 276 buffer->WordCount = (char) word_count; in header_assemble() 317 smb->WordCount = 0; in checkSMB() 321 (smb->WordCount == 0)) { in checkSMB() 449 if (pSMB->hdr.WordCount != 8) in is_valid_oplock_break()
|
D | smb1ops.c | 48 in_buf->WordCount = 0; in send_nt_cancel() 258 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 | 909 return (sizeof(struct smb_hdr) + (2 * ptr->WordCount) + in smbCalcSize()
|
D | cifssmb.c | 366 if (pSMB->hdr.WordCount < 10) in validate_t2() 625 if ((pSMBr->hdr.WordCount < 13) || (server->dialect == BAD_PROT)) { in CIFSSMBNegotiate() 631 } else if (pSMBr->hdr.WordCount == 13) { in CIFSSMBNegotiate() 635 } else if (pSMBr->hdr.WordCount != 17) { in CIFSSMBNegotiate() 759 smb->hdr.WordCount = 1; in CIFSSMBEcho()
|
D | connect.c | 4326 if ((smb_buffer_response->WordCount == 3) || in CIFSTCon() 4327 (smb_buffer_response->WordCount == 7)) in CIFSTCon()
|