Home
last modified time | relevance | path

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

/Linux-v4.19/fs/cifs/
Dsmb2pdu.c642 req->Dialects[0] = cpu_to_le16(SMB21_PROT_ID); in SMB2_negotiate()
701 } else if (rsp->DialectRevision == cpu_to_le16(SMB21_PROT_ID)) { in SMB2_negotiate()
712 } else if (rsp->DialectRevision == cpu_to_le16(SMB21_PROT_ID)) { in SMB2_negotiate()
728 else if (rsp->DialectRevision == cpu_to_le16(SMB21_PROT_ID)) in SMB2_negotiate()
865 pneg_inbuf->Dialects[0] = cpu_to_le16(SMB21_PROT_ID); in smb3_validate_negotiate()
Dsmb2pdu.h230 #define SMB21_PROT_ID 0x0210 macro
Dsmb2ops.c3635 .protocol_id = SMB21_PROT_ID,