Lines Matching refs:IS_CLTS
672 #define IS_CLTS(x) (((x)->te_flag & TL_TICLTS) != 0) macro
1646 if (tep->te_wq->q_first && (IS_CLTS(tep) || IS_COTSORD(tep))) { in tl_close_ser()
1683 IMPLY(IS_CLTS(tep), tep->te_closewait == 0); in tl_close_finish_ser()
1727 if (IS_CLTS(tep)) { in tl_wput()
1799 if (IS_CLTS(tep)) { in tl_wput()
2080 if (IS_CLTS(tep) && tep->te_state == TS_IDLE) { in tl_rsrv_ser()
2126 if (IS_CLTS(tep)) { in tl_do_proto()
2134 if (IS_CLTS(tep)) { in tl_do_proto()
2142 if (IS_CLTS(tep)) { in tl_do_proto()
2150 if (IS_CLTS(tep)) { in tl_do_proto()
2158 if (IS_CLTS(tep)) { in tl_do_proto()
2694 if (! IS_SOCKET(tep) || !IS_CLTS(tep) || tep->te_qlen != 0 || in tl_unbind()
4183 if (IS_CLTS(tep) || in tl_addr_req()
4289 if (IS_CLTS(tep)) { in tl_copy_info()
4396 if (IS_CLTS(tep)) { in tl_data()
5436 ASSERT(IS_CLTS(tep)); in tl_cl_backenable()
6091 if (! IS_CLTS(tep)) { in tl_set_opt()