Searched refs:Mid (Results 1 – 7 of 7) sorted by relevance
/fs/cifs/ |
D | misc.c | 339 buffer->Mid = GetNextMid(treeCon->ses->server); in header_assemble() 412 if (mid != smb->Mid) { in check_smb_hdr() 414 smb->Mid, mid); in check_smb_hdr() 426 cERROR(1, "Server sent request, not response. mid=%u", smb->Mid); in check_smb_hdr() 434 __u16 mid = smb->Mid; in checkSMB() 490 clc_len, 4 + rfclen, smb->Mid); in checkSMB() 494 rfclen, smb->Mid); in checkSMB() 507 "than SMB for mid=%u", rfclen, smb->Mid); in checkSMB()
|
D | transport.c | 61 temp->mid = smb_buffer->Mid; /* always LE */ in AllocMidQEntry() 518 in_buf->Mid, rc); in send_nt_cancel() 810 pSMB->hdr.Mid = GetNextMid(ses->server); in send_lock_cancel()
|
D | cifsglob.h | 811 __u16 Mid; member
|
D | cifs_debug.c | 67 smb->Flags, smb->Flags2, smb->Mid, smb->Pid); in cifs_dump_detail()
|
D | cifssmb.c | 298 buffer->Mid = GetNextMid(ses->server); in small_smb_init_no_tc() 432 pSMB->hdr.Mid = GetNextMid(server); in CIFSSMBNegotiate() 812 pSMB->hdr.Mid = GetNextMid(ses->server); in CIFSSMBLogoff() 2790 sprintf(dummy_string, "cifs%x", pSMB->hdr.Mid); in CIFSSMBRenameOpenFile() 4920 pSMB->hdr.Mid = GetNextMid(ses->server); in CIFSGetDFSRefer() 6517 dnotify_req->Mid = pSMB->hdr.Mid; in CIFSSMBNotify()
|
D | connect.c | 781 if (mid->mid == buf->Mid && in find_mid() 3885 smb_buffer->Mid = GetNextMid(ses->server); in CIFSTCon()
|
D | cifspdu.h | 427 __u16 Mid; member
|