Home
last modified time | relevance | path

Searched refs:SMB_COM_NEGOTIATE (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/fs/smb/server/
Dsmb_common.c145 hdr->Command == SMB_COM_NEGOTIATE) { in ksmbd_verify_smb_message()
326 rsp_hdr->Command = SMB_COM_NEGOTIATE; in init_smb1_rsp_hdr()
397 return ksmbd_smb_negotiate_common(work, SMB_COM_NEGOTIATE); in smb1_negotiate()
604 if (command == SMB_COM_NEGOTIATE) { in ksmbd_smb_negotiate_common()
Dsmb_common.h160 #define SMB_COM_NEGOTIATE 0x72 macro
/linux-6.12.1/fs/smb/client/
Dtransport.c713 (in_buf->Command != SMB_COM_NEGOTIATE)) { in allocate_mid()
Dcifspdu.h43 #define SMB_COM_NEGOTIATE 0x72 macro
Dcifssmb.c420 rc = smb_init(SMB_COM_NEGOTIATE, 0, NULL /* no tcon yet */ , in CIFSSMBNegotiate()