Lines Matching refs:te_closing

643 	uint8_t		te_closing;	/* The endpoint started closing */  member
1233 tep->te_closing = 0; in tl_free()
1391 if (! tep->te_closing) { in tl_noclose()
1555 tep->te_closing = B_TRUE; in tl_close()
1641 ASSERT(tep->te_closing); in tl_close_ser()
1666 if ((peer_tep != NULL) && !peer_tep->te_closing) in tl_close_ser()
1687 ASSERT(tep->te_closing); in tl_close_finish_ser()
1894 if (tep->te_closing) { in tl_putq_ser()
1951 !peer_tep->te_closing && in tl_wput_data_ser()
1959 (canputnext(peer_rq) || tep->te_closing)) { in tl_wput_data_ser()
1961 } else if (tep->te_closing) { in tl_wput_data_ser()
2094 !peer_tep->te_closing && in tl_rsrv_ser()
2203 if (! tep->te_closing) in tl_do_ioctl_ser()
2336 if (! tep->te_closing) in tl_bind_ser()
2662 if (tep->te_closing) { in tl_unbind()
2818 if (tep->te_closing) { in tl_conn_req()
3062 if (tep->te_closing) { in tl_conn_req_ser()
3082 if (peer_tep->te_closing || in tl_conn_req_ser()
3344 if (tep->te_closing) { in tl_conn_res()
3869 if (tep->te_closing) { in tl_discon_req()
3874 if ((peer_tep != NULL) && peer_tep->te_closing) { in tl_discon_req()
3878 if ((srv_tep != NULL) && srv_tep->te_closing) { in tl_discon_req()
4001 if (peer_tep != NULL && !peer_tep->te_closing) { in tl_discon_req()
4145 ASSERT(! peer_tep->te_closing); in tl_discon_req()
4174 if (!tep->te_closing) in tl_addr_req_ser()
4191 if (tep->te_closing) { in tl_addr_req()
4262 if (tep->te_closing) { in tl_connected_cots_addr_req()
4267 if (peer_tep == NULL || peer_tep->te_closing) { in tl_connected_cots_addr_req()
4336 if (tep->te_closing) { in tl_capability_req()
4372 if (! tep->te_closing) in tl_info_req_ser()
4418 boolean_t closing = tep->te_closing; in tl_data()
4557 if (((peer_tep = tep->te_conp) == NULL) || peer_tep->te_closing) { in tl_data()
4619 boolean_t closing = tep->te_closing; in tl_exdata()
4724 if (((peer_tep = tep->te_conp) == NULL) || peer_tep->te_closing) { in tl_exdata()
4783 boolean_t closing = tep->te_closing; in tl_ordrel()
4848 if (((peer_tep = tep->te_conp) == NULL) || peer_tep->te_closing) { in tl_ordrel()
4977 if (!tep->te_closing && (wq->q_first != NULL)) { in tl_unitdata_ser()
5119 if ((peer_tep == NULL) || peer_tep->te_closing || in tl_unitdata()
5161 if (!canputnext(peer_tep->te_rq) && !(tep->te_closing)) { in tl_unitdata()
5299 if ((rc == 0) && (peer_tep->te_closing)) { in tl_find_peer()
5327 if (peer_tep->te_closing) in tl_sock_find_peer()
5465 if (! elp->te_closing) in tl_cl_backenable()
5489 if ((peer_tep != NULL) && peer_tep->te_closing) { in tl_co_unconnect()
5493 if ((srv_tep != NULL) && srv_tep->te_closing) { in tl_co_unconnect()
5521 if (cl_tep->te_closing) { in tl_co_unconnect()
5671 if (tep->te_closing) { in tl_co_unconnect()
5689 if (tep->te_closing) in tl_discon_ind()
5854 if (tep->te_closing) { in tl_icon_sendmsgs()
5933 if (tep->te_closing) { in tl_merror()
6195 if (tep->te_closing) { in tl_memrecover()