Home
last modified time | relevance | path

Searched refs:SMB_COM_LOGOFF_ANDX (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/fs/cifs/
Dtransport.c740 if (in_buf->Command != SMB_COM_LOGOFF_ANDX) { in allocate_mid()
Dcifspdu.h45 #define SMB_COM_LOGOFF_ANDX 0x74 /* trivial response */ macro
Dcifssmb.c757 rc = small_smb_init(SMB_COM_LOGOFF_ANDX, 2, NULL, (void **)&pSMB); in CIFSSMBLogoff()