Searched refs:SMB21_PROT_ID (Results 1 – 7 of 7) sorted by relevance
39 SMB21_PROT_ID54 SMB21_PROT_ID
17 .protocol_id = SMB21_PROT_ID,
1190 case SMB21_PROT_ID: in smb2_handle_negotiate()
1089 req->Dialects[0] = cpu_to_le16(SMB21_PROT_ID); in SMB2_negotiate()1155 } else if (rsp->DialectRevision == cpu_to_le16(SMB21_PROT_ID)) { in SMB2_negotiate()1170 } else if (rsp->DialectRevision == cpu_to_le16(SMB21_PROT_ID)) { in SMB2_negotiate()1190 else if (rsp->DialectRevision == cpu_to_le16(SMB21_PROT_ID)) in SMB2_negotiate()1350 pneg_inbuf->Dialects[0] = cpu_to_le16(SMB21_PROT_ID); in smb3_validate_negotiate()
1527 if (server->vals->protocol_id < SMB21_PROT_ID) in match_server()
5714 .protocol_id = SMB21_PROT_ID,
434 #define SMB21_PROT_ID 0x0210 macro