Home
last modified time | relevance | path

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

/linux-6.15/fs/smb/client/
H A Dfs_context.h233 char source_rfc1001_name[RFC1001_NAME_LEN_WITH_NULL]; /* clnt nb name */
234 char target_rfc1001_name[RFC1001_NAME_LEN_WITH_NULL]; /* srvr nb name */
H A Dcifsglob.h75 #define RFC1001_NAME_LEN_WITH_NULL (RFC1001_NAME_LEN + 1) macro
718 char server_RFC1001_name[RFC1001_NAME_LEN_WITH_NULL];
773 char workstation_RFC1001_name[RFC1001_NAME_LEN_WITH_NULL];
2209 return min_t(size_t, sizeof(ses->workstation_name), RFC1001_NAME_LEN_WITH_NULL); in ntlmssp_workstation_name_size()
H A Dconnect.c1794 ctx->source_rfc1001_name, RFC1001_NAME_LEN_WITH_NULL); in cifs_get_tcp_session()
1796 ctx->target_rfc1001_name, RFC1001_NAME_LEN_WITH_NULL); in cifs_get_tcp_session()
3181 RFC1001_NAME_LEN_WITH_NULL); in ip_rfc1001_connect()
3185 RFC1001_NAME_LEN_WITH_NULL); in ip_rfc1001_connect()
3193 RFC1001_NAME_LEN_WITH_NULL); in ip_rfc1001_connect()
3197 RFC1001_NAME_LEN_WITH_NULL); in ip_rfc1001_connect()
H A Dfs_context.c1457 memset(ctx->target_rfc1001_name, 0x20, RFC1001_NAME_LEN_WITH_NULL); in smb3_fs_context_parse_param()
1587 RFC1001_NAME_LEN_WITH_NULL); in smb3_fs_context_parse_param()