Lines Matching refs:IS_CLTS
666 #define IS_CLTS(x) (((x)->te_flag & TL_TICLTS) != 0) macro
1724 if (tep->te_wq->q_first && (IS_CLTS(tep) || IS_COTSORD(tep))) { in tl_close_ser()
1761 IMPLY(IS_CLTS(tep), tep->te_closewait == 0); in tl_close_finish_ser()
1805 if (IS_CLTS(tep)) { in tl_wput()
1877 if (IS_CLTS(tep)) { in tl_wput()
2166 if (IS_CLTS(tep) && tep->te_state == TS_IDLE) { in tl_rsrv_ser()
2212 if (IS_CLTS(tep)) { in tl_do_proto()
2220 if (IS_CLTS(tep)) { in tl_do_proto()
2228 if (IS_CLTS(tep)) { in tl_do_proto()
2236 if (IS_CLTS(tep)) { in tl_do_proto()
2244 if (IS_CLTS(tep)) { in tl_do_proto()
2792 if (!IS_SOCKET(tep) || !IS_CLTS(tep) || tep->te_qlen != 0 || in tl_unbind()
4294 if (IS_CLTS(tep) || in tl_addr_req()
4404 if (IS_CLTS(tep)) { in tl_copy_info()
4511 if (IS_CLTS(tep)) { in tl_data()
5609 ASSERT(IS_CLTS(tep)); in tl_cl_backenable()
6256 if (!IS_CLTS(tep)) { in tl_set_opt()