Home
last modified time | relevance | path

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

/fs/cifs/
Dcifs_debug.c608 else if ((*flags & CIFSSEC_MUST_NTLM) == CIFSSEC_MUST_NTLM) in cifs_security_flags_handle_must_flags()
609 *flags = CIFSSEC_MUST_NTLM; in cifs_security_flags_handle_must_flags()
Dcifsglob.h1556 #define CIFSSEC_MUST_NTLM 0x02002 macro