Home
last modified time | relevance | path

Searched refs:select_sectype (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/fs/smb/client/
H A Dcifsproto.h174 extern enum securityEnum select_sectype(struct TCP_Server_Info *server,
H A Dcifs_debug.c518 get_security_type_str(server->ops->select_sectype(server, ses->sectype))); in cifs_debug_data_proc_show()
H A Dsmb1ops.c1165 .select_sectype = cifs_select_sectype,
H A Dsmb2ops.c5207 .select_sectype = smb2_select_sectype,
5312 .select_sectype = smb2_select_sectype,
5428 .select_sectype = smb2_select_sectype,
5544 .select_sectype = smb2_select_sectype,
H A Dcifsglob.h567 enum securityEnum (*select_sectype)(struct TCP_Server_Info *, member
H A Dconnect.c1510 if (server->ops->select_sectype(server, ctx->sectype) in match_security()