Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/cifs/
Dtransport.c715 if (in_buf->Command != SMB_COM_LOGOFF_ANDX) in allocate_mid()
Dcifspdu.h64 #define SMB_COM_LOGOFF_ANDX 0x74 /* trivial response */ macro
Dcifssmb.c819 rc = small_smb_init(SMB_COM_LOGOFF_ANDX, 2, NULL, (void **)&pSMB); in CIFSSMBLogoff()