Home
last modified time | relevance | path

Searched refs:SMB2_SESSION_FLAG_IS_GUEST_LE (Results 1 – 2 of 2) sorted by relevance

/linux/fs/smb/common/
H A Dsmb2pdu.h664 #define SMB2_SESSION_FLAG_IS_GUEST_LE cpu_to_le16(0x0001) macro
/linux/fs/smb/server/
H A Dsmb2pdu.c1516 rsp->SessionFlags = SMB2_SESSION_FLAG_IS_GUEST_LE; in ntlm_authenticate()
1544 if ((rsp->SessionFlags != SMB2_SESSION_FLAG_IS_GUEST_LE && in ntlm_authenticate()
1643 if ((rsp->SessionFlags != SMB2_SESSION_FLAG_IS_GUEST_LE && in krb5_authenticate()