Home
last modified time | relevance | path

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

/Linux-v6.6/fs/smb/client/
Dfs_context.h178 char source_rfc1001_name[RFC1001_NAME_LEN_WITH_NULL]; /* clnt nb name */
179 char target_rfc1001_name[RFC1001_NAME_LEN_WITH_NULL]; /* srvr nb name */
Dcifsglob.h70 #define RFC1001_NAME_LEN_WITH_NULL (RFC1001_NAME_LEN + 1) macro
633 char server_RFC1001_name[RFC1001_NAME_LEN_WITH_NULL];
687 char workstation_RFC1001_name[RFC1001_NAME_LEN_WITH_NULL];
2125 return min_t(size_t, sizeof(ses->workstation_name), RFC1001_NAME_LEN_WITH_NULL); in ntlmssp_workstation_name_size()
Dconnect.c1684 ctx->source_rfc1001_name, RFC1001_NAME_LEN_WITH_NULL); in cifs_get_tcp_session()
1686 ctx->target_rfc1001_name, RFC1001_NAME_LEN_WITH_NULL); in cifs_get_tcp_session()
2935 RFC1001_NAME_LEN_WITH_NULL); in ip_rfc1001_connect()
2939 RFC1001_NAME_LEN_WITH_NULL); in ip_rfc1001_connect()
2947 RFC1001_NAME_LEN_WITH_NULL); in ip_rfc1001_connect()
2951 RFC1001_NAME_LEN_WITH_NULL); in ip_rfc1001_connect()
Dfs_context.c1325 RFC1001_NAME_LEN_WITH_NULL); in smb3_fs_context_parse_param()