Home
last modified time | relevance | path

Searched defs:smb_com_transaction_ssec_req (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/fs/smb/client/
Dcifspdu.h1391 typedef struct smb_com_transaction_ssec_req { struct
1392 struct smb_hdr hdr; /* wct = 19 */
1393 __u8 MaxSetupCount;
1394 __u16 Reserved;
1395 __le32 TotalParameterCount;
1396 __le32 TotalDataCount;
1397 __le32 MaxParameterCount;
1398 __le32 MaxDataCount;
1399 __le32 ParameterCount;
1400 __le32 ParameterOffset;
[all …]
/kernel/linux/linux-5.10/fs/cifs/
Dcifspdu.h1439 typedef struct smb_com_transaction_ssec_req { struct
1440 struct smb_hdr hdr; /* wct = 19 */
1441 __u8 MaxSetupCount;
1442 __u16 Reserved;
1443 __le32 TotalParameterCount;
1444 __le32 TotalDataCount;
1445 __le32 MaxParameterCount;
1446 __le32 MaxDataCount;
1447 __le32 ParameterCount;
1448 __le32 ParameterOffset;
[all …]