Home
last modified time | relevance | path

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

/Linux-v6.6/fs/smb/client/
Dfs_context.h189 bool ignore_signature:1; member
Dconnect.c1533 if (server->ignore_signature != ctx->ignore_signature) in match_server()
1778 tcp_ses->ignore_signature = ctx->ignore_signature; in cifs_get_tcp_session()
Dsmb2transport.c677 server->ignore_signature || in smb2_verify_signature()
Dfs_context.c1466 ctx->ignore_signature = true; in smb3_fs_context_parse_param()
Dcifsglob.h664 bool ignore_signature:1; /* skip validation of signatures in SMB2/3 rsp */ member
Dcifsfs.c601 else if (tcon->ses->server->ignore_signature) in cifs_show_options()