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,
1193 case SMB21_PROT_ID: in smb2_handle_negotiate()
1086 req->Dialects[0] = cpu_to_le16(SMB21_PROT_ID); in SMB2_negotiate()1152 } else if (rsp->DialectRevision == cpu_to_le16(SMB21_PROT_ID)) { in SMB2_negotiate()1167 } else if (rsp->DialectRevision == cpu_to_le16(SMB21_PROT_ID)) { in SMB2_negotiate()1187 else if (rsp->DialectRevision == cpu_to_le16(SMB21_PROT_ID)) in SMB2_negotiate()1345 pneg_inbuf->Dialects[0] = cpu_to_le16(SMB21_PROT_ID); in smb3_validate_negotiate()
1547 if (server->vals->protocol_id < SMB21_PROT_ID) in match_server()
5586 .protocol_id = SMB21_PROT_ID,
434 #define SMB21_PROT_ID 0x0210 macro