Lines Matching defs:ksmbd_session
32 struct ksmbd_session { struct
33 u64 id;
35 __u16 dialect;
36 char ClientGUID[SMB2_CLIENT_GUID_SIZE];
38 struct ksmbd_user *user;
39 unsigned int sequence_number;
40 unsigned int flags;
42 bool sign;
43 bool enc;
44 bool is_anonymous;
68 static inline int test_session_flag(struct ksmbd_session *sess, int bit) in test_session_flag() argument