Home
last modified time | relevance | path

Searched refs:dns_dom (Results 1 – 8 of 8) sorted by relevance

/linux/fs/smb/client/
H A Ddfs.c12 #define DFS_DOM(ctx) (ctx->dfs_root_ses ? ctx->dfs_root_ses->dns_dom : NULL)
64 ctx->dns_dom = DFS_DOM(ctx); in get_session()
66 ctx->leaf_fullpath = ctx->dns_dom = NULL; in get_session()
H A Dfs_context.h340 char *dns_dom; member
H A Dfs_context.c447 new_ctx->dns_dom = NULL; in smb3_fs_context_dup()
463 DUP_CTX_STR(dns_dom); in smb3_fs_context_dup()
2051 kfree(ctx->dns_dom); in smb3_cleanup_fs_context_contents()
2052 ctx->dns_dom = NULL; in smb3_cleanup_fs_context_contents()
H A Dmisc.c105 kfree(buf_to_free->dns_dom); in sesInfoFree()
1219 rc = dns_resolve_name(server->dns_dom, host, hostlen, in match_target_ip()
H A Dconnect.c89 rc = dns_resolve_name(server->dns_dom, server->hostname, in reconn_set_ipaddr_from_hostname()
1774 if (ctx->dns_dom) in cifs_get_tcp_session()
1775 strscpy(tcp_ses->dns_dom, ctx->dns_dom); in cifs_get_tcp_session()
2432 ses->dns_dom = kstrndup(ctx->domainname, in cifs_get_smb_ses()
2434 if (!ses->dns_dom) in cifs_get_smb_ses()
H A Dcifsencrypt.c552 &ses->dns_dom, CIFS_MAX_DOMAINNAME_LEN); in setup_ntlmv2_rsp()
H A Dcifsglob.h834 char dns_dom[CIFS_MAX_DOMAINNAME_LEN + 1]; member
1161 char *dns_dom; /* FQDN of the domain */ member
H A Ddfs_cache.c1111 rc = dns_resolve_unc(server->dns_dom, s1, (struct sockaddr *)&ss); in target_share_equal()