Lines Matching refs:te_closing

633 	uint8_t		te_closing;	/* The endpoint started closing */  member
1299 tep->te_closing = 0; in tl_free()
1457 if (!tep->te_closing) { in tl_noclose()
1628 tep->te_closing = B_TRUE; in tl_close()
1714 ASSERT(tep->te_closing); in tl_close_ser()
1739 if ((peer_tep != NULL) && !peer_tep->te_closing) in tl_close_ser()
1760 ASSERT(tep->te_closing); in tl_close_finish_ser()
1968 if (tep->te_closing) { in tl_putq_ser()
2025 !peer_tep->te_closing && in tl_wput_data_ser()
2034 (canputnext(peer_rq) || tep->te_closing)) { in tl_wput_data_ser()
2036 } else if (tep->te_closing) { in tl_wput_data_ser()
2171 !peer_tep->te_closing && in tl_rsrv_ser()
2280 if (!tep->te_closing) in tl_do_ioctl_ser()
2413 if (!tep->te_closing) in tl_bind_ser()
2751 if (tep->te_closing) { in tl_unbind()
2907 if (tep->te_closing) { in tl_conn_req()
3151 if (tep->te_closing) { in tl_conn_req_ser()
3171 if (peer_tep->te_closing || in tl_conn_req_ser()
3433 if (tep->te_closing) { in tl_conn_res()
3959 if (tep->te_closing) { in tl_discon_req()
3964 if ((peer_tep != NULL) && peer_tep->te_closing) { in tl_discon_req()
3968 if ((srv_tep != NULL) && srv_tep->te_closing) { in tl_discon_req()
4092 if (peer_tep != NULL && !peer_tep->te_closing) { in tl_discon_req()
4236 ASSERT(!peer_tep->te_closing); in tl_discon_req()
4265 if (!tep->te_closing) in tl_addr_req_ser()
4282 if (tep->te_closing) { in tl_addr_req()
4353 if (tep->te_closing) { in tl_connected_cots_addr_req()
4358 if (peer_tep == NULL || peer_tep->te_closing) { in tl_connected_cots_addr_req()
4427 if (tep->te_closing) { in tl_capability_req()
4463 if (!tep->te_closing) in tl_info_req_ser()
4509 boolean_t closing = tep->te_closing; in tl_data()
4648 if (((peer_tep = tep->te_conp) == NULL) || peer_tep->te_closing) { in tl_data()
4710 boolean_t closing = tep->te_closing; in tl_exdata()
4815 if (((peer_tep = tep->te_conp) == NULL) || peer_tep->te_closing) { in tl_exdata()
4874 boolean_t closing = tep->te_closing; in tl_ordrel()
4939 if (((peer_tep = tep->te_conp) == NULL) || peer_tep->te_closing) { in tl_ordrel()
5068 if (!tep->te_closing && (wq->q_first != NULL)) { in tl_unitdata_ser()
5212 if ((peer_tep == NULL) || peer_tep->te_closing || in tl_unitdata()
5254 if (!canputnext(peer_tep->te_rq) && !(tep->te_closing)) { in tl_unitdata()
5448 if ((rc == 0) && (peer_tep->te_closing)) { in tl_find_peer()
5476 if (peer_tep->te_closing) in tl_sock_find_peer()
5614 if (!elp->te_closing) in tl_cl_backenable()
5638 if ((peer_tep != NULL) && peer_tep->te_closing) { in tl_co_unconnect()
5642 if ((srv_tep != NULL) && srv_tep->te_closing) { in tl_co_unconnect()
5670 if (cl_tep->te_closing) { in tl_co_unconnect()
5820 if (tep->te_closing) { in tl_co_unconnect()
5838 if (tep->te_closing) in tl_discon_ind()
6003 if (tep->te_closing) { in tl_icon_sendmsgs()
6082 if (tep->te_closing) { in tl_merror()
6336 if (tep->te_closing) { in tl_memrecover()