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.c1589 if (server->ops->select_sectype(server, ctx->sectype) in match_security()
1947 ctx_sec = server->ops->select_sectype(server, ctx->sectype); in match_session()
1948 ses_sec = server->ops->select_sectype(server, ses->sectype); in match_session()
H A Dsmb1ops.c1465 .select_sectype = cifs_select_sectype,
H A Dsmb2ops.c5436 .select_sectype = smb2_select_sectype,
5541 .select_sectype = smb2_select_sectype,
5657 .select_sectype = smb2_select_sectype,
5773 .select_sectype = smb2_select_sectype,
H A Dcifsglob.h602 enum securityEnum (*select_sectype)(struct TCP_Server_Info *, member