Searched refs:Dialects (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/smb/server/
H A Dsmb_common.c267 offsetof(struct smb2_negotiate_req, Dialects);
273 if (struct_size(req, Dialects, le16_to_cpu(req->DialectCount)) >
277 return ksmbd_lookup_dialect_by_id(req->Dialects,
H A Dsmb2pdu.c1093 smb2_neg_size = offsetof(struct smb2_negotiate_req, Dialects);
7761 if (in_buf_len < offsetof(struct validate_negotiate_info_req, Dialects) +
7765 dialect = ksmbd_lookup_dialect_by_id(neg_req->Dialects,
8017 Dialects)) {
/linux-master/fs/smb/client/
H A Dsmb2pdu.c1076 req->Dialects[0] = cpu_to_le16(SMB30_PROT_ID);
1077 req->Dialects[1] = cpu_to_le16(SMB302_PROT_ID);
1078 req->Dialects[2] = cpu_to_le16(SMB311_PROT_ID);
1083 req->Dialects[0] = cpu_to_le16(SMB21_PROT_ID);
1084 req->Dialects[1] = cpu_to_le16(SMB30_PROT_ID);
1085 req->Dialects[2] = cpu_to_le16(SMB302_PROT_ID);
1086 req->Dialects[3] = cpu_to_le16(SMB311_PROT_ID);
1091 req->Dialects[0] = cpu_to_le16(server->vals->protocol_id);
1325 pneg_inbuf->Dialects[0] = cpu_to_le16(SMB30_PROT_ID);
1326 pneg_inbuf->Dialects[
[all...]
/linux-master/fs/smb/common/
H A Dsmb2pdu.h431 /* Dialects */
613 __le16 Dialects[]; member in struct:smb2_negotiate_req
1521 __le16 Dialects[4]; /* BB expand this if autonegotiate > 4 dialects */ member in struct:validate_negotiate_info_req

Completed in 144 milliseconds