Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dcifs_debug.c1080 unsigned int signflags = *flags & (CIFSSEC_MUST_SIGN | CIFSSEC_MUST_SEAL); in cifs_security_flags_handle_must_flags()
1145 if (global_secflags & CIFSSEC_MUST_SIGN) { in cifs_security_flags_proc_write()
H A Dcifsglob.h1887 #define CIFSSEC_MUST_SIGN 0x01001 macro