Searched refs:global_secflags (Results 1 – 6 of 6) sorted by relevance
1063 seq_printf(m, "0x%x\n", global_secflags); in cifs_security_flags_proc_show()1111 global_secflags = bv ? CIFSSEC_MAX : CIFSSEC_DEF; in cifs_security_flags_proc_write()1144 global_secflags = flags; in cifs_security_flags_proc_write()1145 if (global_secflags & CIFSSEC_MUST_SIGN) { in cifs_security_flags_proc_write()1147 global_secflags |= CIFSSEC_MAY_SIGN; in cifs_security_flags_proc_write()1149 } else if ((global_secflags & CIFSSEC_MAY_SIGN) == 0) { in cifs_security_flags_proc_write()
1242 (global_secflags & CIFSSEC_MAY_NTLMSSP)) in cifs_select_sectype()1245 (global_secflags & CIFSSEC_MAY_KRB5)) in cifs_select_sectype()1256 if (global_secflags & CIFSSEC_MAY_NTLMV2) in cifs_select_sectype()
86 if (((global_secflags & CIFSSEC_MUST_SEAL) == CIFSSEC_MUST_SEAL) && in smb3_encryption_required()1099 else if (global_secflags & CIFSSEC_MAY_SIGN) in SMB2_negotiate()1328 else if (global_secflags & CIFSSEC_MAY_SIGN) in smb3_validate_negotiate()1430 (global_secflags & CIFSSEC_MAY_NTLMSSP)) in smb2_select_sectype()1433 (global_secflags & CIFSSEC_MAY_KRB5)) in smb2_select_sectype()1511 else if (global_secflags & CIFSSEC_MAY_SIGN) /* one flag unlike MUST_ */ in SMB2_sess_alloc_buffer()
2081 extern unsigned int global_secflags; /* if on, session setup sent
71 unsigned int global_secflags = CIFSSEC_DEF; variable
400 if (global_secflags & in should_set_ext_sec_flag()