Home
last modified time | relevance | path

Searched refs:WordCount (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/fs/smb/client/
H A Dmisc.c301 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 Dsess.c1521 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 Dsmb1ops.c38 in_buf->WordCount = 0; in send_nt_cancel()
256 if (pSMB->WordCount != 10) { /* coalesce_t2 depends on this */ in check2ndT2()
H A Dcifspdu.h409 __u8 WordCount; member
416 return (void *)smb + sizeof(*smb) + 2 * smb->WordCount; in BCC()
H A Dnetmisc.c915 return (sizeof(struct smb_hdr) + (2 * ptr->WordCount) + in smbCalcSize()
H A Dcifs_debug.c45 smb->Flags2, smb->Mid, smb->Pid, smb->WordCount); in cifs_dump_detail()
H A Dcifssmb.c320 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 Dconnect.c3889 if ((smb_buffer_response->WordCount == 3) || in CIFSTCon()
3890 (smb_buffer_response->WordCount == 7)) in CIFSTCon()
/openbmc/linux/fs/smb/server/
H A Dsmb_common.h197 __u8 WordCount; member
H A Dsmb_common.c584 neg_rsp->hdr.WordCount = 1; in smb_handle_negotiate()