Searched refs:global_secflags (Results 1 – 7 of 7) sorted by relevance
1119 seq_printf(m, "0x%x\n", global_secflags); in cifs_security_flags_proc_show()1167 global_secflags = bv ? CIFSSEC_MAX : CIFSSEC_DEF; in cifs_security_flags_proc_write()1200 global_secflags = flags; in cifs_security_flags_proc_write()1201 if (global_secflags & CIFSSEC_MUST_SIGN) { in cifs_security_flags_proc_write()1203 global_secflags |= CIFSSEC_MAY_SIGN; in cifs_security_flags_proc_write()1205 } else if ((global_secflags & CIFSSEC_MAY_SIGN) == 0) { in cifs_security_flags_proc_write()
1283 (global_secflags & CIFSSEC_MAY_NTLMSSP)) in cifs_select_sectype()1286 (global_secflags & CIFSSEC_MAY_KRB5)) in cifs_select_sectype()1297 if (global_secflags & CIFSSEC_MAY_NTLMV2) in cifs_select_sectype()
88 if (((global_secflags & CIFSSEC_MUST_SEAL) == CIFSSEC_MUST_SEAL) && in smb3_encryption_required()1102 else if (global_secflags & CIFSSEC_MAY_SIGN) in SMB2_negotiate()1324 else if (global_secflags & CIFSSEC_MAY_SIGN) in smb3_validate_negotiate()1426 (global_secflags & CIFSSEC_MAY_NTLMSSP)) in smb2_select_sectype()1429 (global_secflags & CIFSSEC_MAY_KRB5)) in smb2_select_sectype()1507 else if (global_secflags & CIFSSEC_MAY_SIGN) /* one flag unlike MUST_ */ in SMB2_sess_alloc_buffer()
2100 extern unsigned int global_secflags; /* if on, session setup sent
71 unsigned int global_secflags = CIFSSEC_DEF; variable
1026 mnt_sign_required = ((global_secflags & CIFSSEC_MUST_SIGN) == in cifs_enable_signing()1034 (global_secflags & CIFSSEC_MAY_SIGN); in cifs_enable_signing()
408 if (global_secflags & in should_set_ext_sec_flag()
Completed in 45 milliseconds