Searched refs:tcon_ipc (Results 1 – 6 of 6) sorted by relevance
321 if (ses->tcon_ipc) in cifs_debug_data_proc_show()322 cifs_debug_tcon(m, ses->tcon_ipc); in cifs_debug_data_proc_show()
365 if (ses->tcon_ipc) in cifs_reconnect()366 ses->tcon_ipc->need_reconnect = true; in cifs_reconnect()2577 ses->tcon_ipc = tcon; in cifs_setup_ipc()2592 struct cifs_tcon *tcon = ses->tcon_ipc; in cifs_free_ipc()2607 ses->tcon_ipc = NULL; in cifs_free_ipc()
859 struct cifs_tcon *tcon_ipc; member
2853 if (ses->tcon_ipc && ses->tcon_ipc->need_reconnect) { in smb2_reconnect_server()2854 list_add_tail(&ses->tcon_ipc->rlist, &tmp_list); in smb2_reconnect_server()
4872 if (ses == NULL || ses->tcon_ipc == NULL) in CIFSGetDFSRefer()4876 rc = smb_init(SMB_COM_TRANSACTION2, 15, ses->tcon_ipc, (void **) &pSMB, in CIFSGetDFSRefer()4884 pSMB->hdr.Tid = ses->tcon_ipc->tid; in CIFSGetDFSRefer()
1767 tcon = ses->tcon_ipc; in smb2_get_dfs_refer()