Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dconnect.c1748 struct TCP_Server_Info *tcp_ses = NULL; in cifs_get_tcp_session() local
1754 tcp_ses = cifs_find_tcp_session(ctx); in cifs_get_tcp_session()
1755 if (tcp_ses) in cifs_get_tcp_session()
1756 return tcp_ses; in cifs_get_tcp_session()
1758 tcp_ses = kzalloc_obj(struct TCP_Server_Info); in cifs_get_tcp_session()
1759 if (!tcp_ses) { in cifs_get_tcp_session()
1764 tcp_ses->hostname = kstrdup(ctx->server_hostname, GFP_KERNEL); in cifs_get_tcp_session()
1765 if (!tcp_ses->hostname) { in cifs_get_tcp_session()
1771 tcp_ses->leaf_fullpath = kstrdup(ctx->leaf_fullpath, GFP_KERNEL); in cifs_get_tcp_session()
1772 if (!tcp_ses->leaf_fullpath) { in cifs_get_tcp_session()
[all …]