Home
last modified time | relevance | path

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

/Linux-v6.6/fs/smb/server/
Dsmb_common.c39 SMB21_PROT_ID
54 SMB21_PROT_ID
Dsmb2ops.c17 .protocol_id = SMB21_PROT_ID,
Dsmb2pdu.c1205 case SMB21_PROT_ID: in smb2_handle_negotiate()
/Linux-v6.6/fs/smb/client/
Dsmb2pdu.c918 req->Dialects[0] = cpu_to_le16(SMB21_PROT_ID); in SMB2_negotiate()
984 } else if (rsp->DialectRevision == cpu_to_le16(SMB21_PROT_ID)) { in SMB2_negotiate()
999 } else if (rsp->DialectRevision == cpu_to_le16(SMB21_PROT_ID)) { in SMB2_negotiate()
1019 else if (rsp->DialectRevision == cpu_to_le16(SMB21_PROT_ID)) in SMB2_negotiate()
1169 pneg_inbuf->Dialects[0] = cpu_to_le16(SMB21_PROT_ID); in smb3_validate_negotiate()
Dconnect.c1475 if (server->vals->protocol_id < SMB21_PROT_ID) in match_server()
Dsmb2ops.c5606 .protocol_id = SMB21_PROT_ID,
/Linux-v6.6/fs/smb/common/
Dsmb2pdu.h424 #define SMB21_PROT_ID 0x0210 macro