Searched refs:tcp_ses (Results 1 – 1 of 1) sorted by relevance
1698 struct TCP_Server_Info *tcp_ses = NULL; in cifs_get_tcp_session() local 1703 /* see if we already have a matching tcp_ses */ in cifs_get_tcp_session() 1704 tcp_ses = cifs_find_tcp_session(ctx); in cifs_get_tcp_session() 1705 if (tcp_ses) in cifs_get_tcp_session() 1706 return tcp_ses; in cifs_get_tcp_session() 1708 tcp_ses = kzalloc(sizeof(struct TCP_Server_Info), GFP_KERNEL); in cifs_get_tcp_session() 1709 if (!tcp_ses) { in cifs_get_tcp_session() 1714 tcp_ses->hostname = kstrdup(ctx->server_hostname, GFP_KERNEL); in cifs_get_tcp_session() 1715 if (!tcp_ses->hostname) { in cifs_get_tcp_session() 1721 tcp_ses in cifs_get_tcp_session() [all...]