Searched refs:CIFSSEC_MASK (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dcifsglob.h597 #define CIFSSEC_MASK 0xBF0BF /* allows weak security but also krb5 */ macro
599 #define CIFSSEC_MASK 0xB70B7 /* current flags supported if weak */ macro
603 #define CIFSSEC_MASK 0x8F08F /* flags supported if no weak allowed */ macro
605 #define CIFSSEC_MASK 0x87087 /* flags supported if no weak allowed */ macro
H A Dcifs_debug.c793 if (flags & ~CIFSSEC_MASK) {
795 flags & ~CIFSSEC_MASK);

Completed in 91 milliseconds