Searched refs:WordCount (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/fs/smb/client/ |
H A D | misc.c | 301 buffer->WordCount = (char) word_count; in header_assemble() 342 smb->WordCount = 0; in checkSMB() 346 (smb->WordCount == 0)) { in checkSMB() 366 } else if (total_read < sizeof(*smb) + 2 * smb->WordCount) { in checkSMB() 368 __func__, smb->WordCount); in checkSMB() 478 if (pSMB->hdr.WordCount != 8) in is_valid_oplock_break()
|
H A D | sess.c | 1521 if (smb_buf->WordCount != 3) { in sess_auth_ntlmv2() 1523 cifs_dbg(VFS, "bad word count %d\n", smb_buf->WordCount); in sess_auth_ntlmv2() 1647 if (smb_buf->WordCount != 4) { in sess_auth_kerberos() 1649 cifs_dbg(VFS, "bad word count %d\n", smb_buf->WordCount); in sess_auth_kerberos() 1808 if (smb_buf->WordCount != 4) { in sess_auth_rawntlmssp_negotiate() 1810 cifs_dbg(VFS, "bad word count %d\n", smb_buf->WordCount); in sess_auth_rawntlmssp_negotiate() 1898 if (smb_buf->WordCount != 4) { in sess_auth_rawntlmssp_authenticate() 1900 cifs_dbg(VFS, "bad word count %d\n", smb_buf->WordCount); in sess_auth_rawntlmssp_authenticate()
|
H A D | smb1ops.c | 38 in_buf->WordCount = 0; in send_nt_cancel() 256 if (pSMB->WordCount != 10) { /* coalesce_t2 depends on this */ in check2ndT2()
|
H A D | cifspdu.h | 409 __u8 WordCount; member 416 return (void *)smb + sizeof(*smb) + 2 * smb->WordCount; in BCC()
|
H A D | netmisc.c | 915 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 | 320 if (pSMB->hdr.WordCount < 10) in validate_t2() 453 if ((pSMBr->hdr.WordCount <= 13) || (server->dialect == BAD_PROT)) { in CIFSSMBNegotiate() 459 } else if (pSMBr->hdr.WordCount != 17) { in CIFSSMBNegotiate() 589 smb->hdr.WordCount = 1; in CIFSSMBEcho()
|
H A D | connect.c | 3889 if ((smb_buffer_response->WordCount == 3) || in CIFSTCon() 3890 (smb_buffer_response->WordCount == 7)) in CIFSTCon()
|
/openbmc/linux/fs/smb/server/ |
H A D | smb_common.h | 197 __u8 WordCount; member
|
H A D | smb_common.c | 584 neg_rsp->hdr.WordCount = 1; in smb_handle_negotiate()
|