Lines Matching refs:ti_tep
557 struct tl_endpt *ti_tep; /* NULL if peer has already closed */ member
3280 tip->ti_tep = tep; in tl_conn_req_ser()
3514 ASSERT(tip->ti_tep == NULL || in tl_conn_res()
3515 tip->ti_tep->te_seqno == cres->SEQ_number); in tl_conn_res()
3516 cl_ep = tip->ti_tep; in tl_conn_res()
3806 tip->ti_tep = NULL; in tl_conn_res()
3958 IMPLY(tip->ti_tep != NULL, in tl_discon_req()
3959 tip->ti_tep->te_seqno == dr->SEQ_number); in tl_discon_req()
3960 peer_tep = tip->ti_tep; in tl_discon_req()
4078 ASSERT(tep == tip->ti_tep); in tl_discon_req()
5509 cl_tep = tip->ti_tep; in tl_co_unconnect()
5585 ASSERT(tep == tip->ti_tep); in tl_co_unconnect()
6224 if (tip->ti_tep != NULL) { in tl_freetip()
6225 tl_refrele(tip->ti_tep); in tl_freetip()
6226 tip->ti_tep = NULL; in tl_freetip()