Home
last modified time | relevance | path

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

/fs/ksmbd/
Dsmb_common.c39 SMB21_PROT_ID
54 SMB21_PROT_ID
Dsmb2ops.c18 .protocol_id = SMB21_PROT_ID,
Dsmb_common.h38 #define SMB21_PROT_ID 0x0210 macro
Dsmb2pdu.c1202 case SMB21_PROT_ID: in smb2_handle_negotiate()
/fs/cifs/
Dsmb2pdu.c886 req->Dialects[0] = cpu_to_le16(SMB21_PROT_ID); in SMB2_negotiate()
952 } else if (rsp->DialectRevision == cpu_to_le16(SMB21_PROT_ID)) { in SMB2_negotiate()
967 } else if (rsp->DialectRevision == cpu_to_le16(SMB21_PROT_ID)) { in SMB2_negotiate()
987 else if (rsp->DialectRevision == cpu_to_le16(SMB21_PROT_ID)) in SMB2_negotiate()
1137 pneg_inbuf->Dialects[0] = cpu_to_le16(SMB21_PROT_ID); in smb3_validate_negotiate()
Dsmb2pdu.h293 #define SMB21_PROT_ID 0x0210 macro
Dconnect.c1293 if (server->vals->protocol_id < SMB21_PROT_ID) in match_server()
Dsmb2ops.c5838 .protocol_id = SMB21_PROT_ID,