Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dconnect.c1588 if (server->ops->select_sectype(server, ctx->sectype) in match_security()
1946 ctx_sec = server->ops->select_sectype(server, ctx->sectype); in match_session()
1947 ses_sec = server->ops->select_sectype(server, ses->sectype); in match_session()
H A Dsmb1ops.c1462 .select_sectype = cifs_select_sectype,
H A Dsmb2ops.c5461 .select_sectype = smb2_select_sectype,
5566 .select_sectype = smb2_select_sectype,
5682 .select_sectype = smb2_select_sectype,
5798 .select_sectype = smb2_select_sectype,
H A Dcifsglob.h599 enum securityEnum (*select_sectype)(struct TCP_Server_Info *, member