Searched refs:global_secflags (Results 1 – 7 of 7) sorted by relevance
1159 seq_printf(m, "0x%x\n", global_secflags); in cifs_security_flags_proc_show()1207 global_secflags = bv ? CIFSSEC_MAX : CIFSSEC_DEF; in cifs_security_flags_proc_write()1240 global_secflags = flags; in cifs_security_flags_proc_write()1241 if (global_secflags & CIFSSEC_MUST_SIGN) { in cifs_security_flags_proc_write()1243 global_secflags |= CIFSSEC_MAY_SIGN; in cifs_security_flags_proc_write()1245 } else if ((global_secflags & CIFSSEC_MAY_SIGN) == 0) { in cifs_security_flags_proc_write()
1026 (global_secflags & CIFSSEC_MAY_NTLMSSP)) in cifs_select_sectype()1029 (global_secflags & CIFSSEC_MAY_KRB5)) in cifs_select_sectype()1040 if (global_secflags & CIFSSEC_MAY_NTLMV2) in cifs_select_sectype()
88 if (((global_secflags & CIFSSEC_MUST_SEAL) == CIFSSEC_MUST_SEAL) && in smb3_encryption_required()1135 else if (global_secflags & CIFSSEC_MAY_SIGN) in SMB2_negotiate()1375 else if (global_secflags & CIFSSEC_MAY_SIGN) in smb3_validate_negotiate()1492 (global_secflags & CIFSSEC_MAY_NTLMSSP)) in smb2_select_sectype()1495 (global_secflags & CIFSSEC_MAY_KRB5)) in smb2_select_sectype()1573 else if (global_secflags & CIFSSEC_MAY_SIGN) /* one flag unlike MUST_ */ in SMB2_sess_alloc_buffer()
2116 extern unsigned int global_secflags; /* if on, session setup sent
71 unsigned int global_secflags = CIFSSEC_DEF; variable
1025 mnt_sign_required = ((global_secflags & CIFSSEC_MUST_SIGN) == in cifs_enable_signing()1033 (global_secflags & CIFSSEC_MAY_SIGN); in cifs_enable_signing()
413 if (global_secflags & in should_set_ext_sec_flag()