Home
last modified time | relevance | path

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

/linux/fs/smb/common/
H A Dsmb2pdu.h305 struct remoted_identity_tcon_context { struct
306 __le16 TicketType; /* must be 0x0001 */
307 __le16 TicketSize; /* total size of this struct */
308 __le16 User; /* offset to SID_ATTR_DATA struct with user info */
309 __le16 UserName; /* offset to null terminated Unicode username string */
310 __le16 Domain; /* offset to null terminated Unicode domain name */
311 __le16 Groups; /* offset to SID_ARRAY_DATA struct with group info */
312 __le16 RestrictedGroups; /* similar to above */
313 __le16 Privileges; /* offset to PRIVILEGE_ARRAY_DATA struct */
314 __le16 PrimaryGroup; /* offset to SID_ARRAY_DATA struct */
[all …]