Searched refs:WordCount (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/fs/smb/client/ |
| H A D | misc.c | 307 buffer->WordCount = (char) word_count; in header_assemble() 348 smb->WordCount = 0; in checkSMB() 352 (smb->WordCount == 0)) { in checkSMB() 372 } else if (total_read < sizeof(*smb) + 2 * smb->WordCount) { in checkSMB() 374 __func__, smb->WordCount); in checkSMB() 484 if (pSMB->hdr.WordCount != 8) in is_valid_oplock_break()
|
| H A D | sess.c | 1490 if (smb_buf->WordCount != 3) { in sess_auth_ntlmv2() 1492 cifs_dbg(VFS, "bad word count %d\n", smb_buf->WordCount); in sess_auth_ntlmv2() 1616 if (smb_buf->WordCount != 4) { in sess_auth_kerberos() 1618 cifs_dbg(VFS, "bad word count %d\n", smb_buf->WordCount); in sess_auth_kerberos() 1777 if (smb_buf->WordCount != 4) { in sess_auth_rawntlmssp_negotiate() 1779 cifs_dbg(VFS, "bad word count %d\n", smb_buf->WordCount); in sess_auth_rawntlmssp_negotiate() 1867 if (smb_buf->WordCount != 4) { in sess_auth_rawntlmssp_authenticate() 1869 cifs_dbg(VFS, "bad word count %d\n", smb_buf->WordCount); in sess_auth_rawntlmssp_authenticate()
|
| H A D | smb1ops.c | 40 in_buf->WordCount = 0; in send_nt_cancel() 258 if (pSMB->WordCount != 10) { /* coalesce_t2 depends on this */ in check2ndT2()
|
| H A D | cifspdu.h | 449 __u8 WordCount; member 456 return (void *)smb + sizeof(*smb) + 2 * smb->WordCount; in BCC()
|
| H A D | netmisc.c | 923 return (sizeof(struct smb_hdr) + (2 * ptr->WordCount) + in smbCalcSize()
|
| H A D | cifs_debug.c | 45 smb->Flags2, smb->Mid, smb->Pid, smb->WordCount); in cifs_dump_detail()
|
| H A D | cifssmb.c | 336 if (pSMB->hdr.WordCount < 10) in validate_t2() 472 if ((pSMBr->hdr.WordCount <= 13) || (server->dialect == BAD_PROT)) { in CIFSSMBNegotiate() 478 } else if (pSMBr->hdr.WordCount != 17) { in CIFSSMBNegotiate() 608 smb->hdr.WordCount = 1; in CIFSSMBEcho()
|
| H A D | connect.c | 4094 if ((smb_buffer_response->WordCount == 3) || in CIFSTCon() 4095 (smb_buffer_response->WordCount == 7)) in CIFSTCon()
|
| /linux-6.15/fs/smb/server/ |
| H A D | smb_common.h | 199 __u8 WordCount; member
|
| H A D | smb_common.c | 584 neg_rsp->hdr.WordCount = 1; in smb_handle_negotiate()
|