Lines Matching refs:te_conp
627 #define te_conp _te_transport_state._te_cots_state._te_conp macro
1213 TL_REMOVE_PEER(tep->te_conp); in tl_free()
1471 tep->te_conp = NULL; in tl_open()
1663 tl_endpt_t *peer_tep = tep->te_conp; in tl_close_ser()
1939 tl_endpt_t *peer_tep = tep->te_conp; in tl_wput_data_ser()
2093 ((peer_tep = tep->te_conp) != NULL) && in tl_rsrv_ser()
3768 ASSERT(cl_ep->te_conp == NULL); in tl_conn_res()
3769 ASSERT(acc_ep->te_conp == NULL); in tl_conn_res()
3770 cl_ep->te_conp = acc_ep; in tl_conn_res()
3771 acc_ep->te_conp = cl_ep; in tl_conn_res()
3861 tl_endpt_t *peer_tep = tep->te_conp; in tl_discon_req()
3875 TL_UNCONNECT(tep->te_conp); in tl_discon_req()
4093 } else if ((peer_tep = tep->te_conp) != NULL) { /* connected! */ in tl_discon_req()
4144 if (tep->te_conp) { /* disconnect pointers if connected */ in tl_discon_req()
4158 ASSERT(peer_tep != NULL && peer_tep->te_conp != NULL); in tl_discon_req()
4159 TL_UNCONNECT(peer_tep->te_conp); in tl_discon_req()
4167 TL_UNCONNECT(tep->te_conp); in tl_discon_req()
4256 tl_endpt_t *peer_tep = tep->te_conp; in tl_connected_cots_addr_req()
4485 if (tep->te_conp != NULL) in tl_data()
4527 if (tep->te_conp == NULL) { in tl_data()
4557 if (((peer_tep = tep->te_conp) == NULL) || peer_tep->te_closing) { in tl_data()
4659 if (tep->te_conp != NULL) in tl_exdata()
4693 if (tep->te_conp == NULL) { in tl_exdata()
4724 if (((peer_tep = tep->te_conp) == NULL) || peer_tep->te_closing) { in tl_exdata()
4803 if (tep->te_conp != NULL) in tl_ordrel()
4848 if (((peer_tep = tep->te_conp) == NULL) || peer_tep->te_closing) { in tl_ordrel()
5478 tl_endpt_t *peer_tep = tep->te_conp; in tl_co_unconnect()
5490 TL_UNCONNECT(tep->te_conp); in tl_co_unconnect()
5672 peer_tep = tep->te_conp; in tl_co_unconnect()
5673 TL_REMOVE_PEER(peer_tep->te_conp); in tl_co_unconnect()
5674 TL_REMOVE_PEER(tep->te_conp); in tl_co_unconnect()