Searched refs:WordCount (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.10/fs/cifs/ |
| D | sess.c | 1028 if (smb_buf->WordCount != 3) { in sess_auth_lanman() 1030 cifs_dbg(VFS, "bad word count %d\n", smb_buf->WordCount); in sess_auth_lanman() 1138 if (smb_buf->WordCount != 3) { in sess_auth_ntlm() 1140 cifs_dbg(VFS, "bad word count %d\n", smb_buf->WordCount); in sess_auth_ntlm() 1246 if (smb_buf->WordCount != 3) { in sess_auth_ntlmv2() 1248 cifs_dbg(VFS, "bad word count %d\n", smb_buf->WordCount); in sess_auth_ntlmv2() 1371 if (smb_buf->WordCount != 4) { in sess_auth_kerberos() 1373 cifs_dbg(VFS, "bad word count %d\n", smb_buf->WordCount); in sess_auth_kerberos() 1524 if (smb_buf->WordCount != 4) { in sess_auth_rawntlmssp_negotiate() 1526 cifs_dbg(VFS, "bad word count %d\n", smb_buf->WordCount); in sess_auth_rawntlmssp_negotiate() [all …]
|
| D | misc.c | 291 buffer->WordCount = (char) word_count; in header_assemble() 332 smb->WordCount = 0; in checkSMB() 336 (smb->WordCount == 0)) { in checkSMB() 464 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 | 919 return (sizeof(struct smb_hdr) + (2 * ptr->WordCount) + in smbCalcSize()
|
| D | cifssmb.c | 380 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()
|
| D | connect.c | 4958 if ((smb_buffer_response->WordCount == 3) || in CIFSTCon() 4959 (smb_buffer_response->WordCount == 7)) in CIFSTCon()
|