Home
last modified time | relevance | path

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

/linux-6.15/fs/smb/client/
H A Dsess.c1496 if (le16_to_cpu(pSMB->resp.Action) & GUEST_LOGIN) in sess_auth_ntlmv2()
1622 if (le16_to_cpu(pSMB->resp.Action) & GUEST_LOGIN) in sess_auth_kerberos()
1873 if (le16_to_cpu(pSMB->resp.Action) & GUEST_LOGIN) in sess_auth_rawntlmssp_authenticate()
H A Dcifspdu.h726 #define GUEST_LOGIN 1 macro