Home
last modified time | relevance | path

Searched refs:nullauth (Results 1 – 3 of 3) sorted by relevance

/linux/fs/smb/client/
H A Dfs_context.h273 bool nullauth:1; /* attempt to authenticate with null user */ member
H A Dfs_context.c252 ctx->nullauth = 1; in cifs_parse_security_flavors()
1552 if (ctx->nullauth) in smb3_fs_context_parse_param()
1556 ctx->nullauth = 1; in smb3_fs_context_parse_param()
H A Dconnect.c1961 if (!ctx->nullauth) in match_session()