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,
1200 case SMB21_PROT_ID: in smb2_handle_negotiate()
1072 req->Dialects[0] = cpu_to_le16(SMB21_PROT_ID); in SMB2_negotiate()1138 } else if (rsp->DialectRevision == cpu_to_le16(SMB21_PROT_ID)) { in SMB2_negotiate()1153 } else if (rsp->DialectRevision == cpu_to_le16(SMB21_PROT_ID)) { in SMB2_negotiate()1173 else if (rsp->DialectRevision == cpu_to_le16(SMB21_PROT_ID)) in SMB2_negotiate()1328 pneg_inbuf->Dialects[0] = cpu_to_le16(SMB21_PROT_ID); in smb3_validate_negotiate()
1614 if (server->vals->protocol_id < SMB21_PROT_ID) in match_server()
5720 .protocol_id = SMB21_PROT_ID,
437 #define SMB21_PROT_ID 0x0210 macro