Lines Matching refs:ti_tep
547 struct tl_endpt *ti_tep; /* NULL if peer has already closed */ member
3369 tip->ti_tep = tep; in tl_conn_req_ser()
3603 ASSERT(tip->ti_tep == NULL || in tl_conn_res()
3604 tip->ti_tep->te_seqno == cres->SEQ_number); in tl_conn_res()
3605 cl_ep = tip->ti_tep; in tl_conn_res()
3896 tip->ti_tep = NULL; in tl_conn_res()
4048 IMPLY(tip->ti_tep != NULL, in tl_discon_req()
4049 tip->ti_tep->te_seqno == dr->SEQ_number); in tl_discon_req()
4050 peer_tep = tip->ti_tep; in tl_discon_req()
4169 ASSERT(tep == tip->ti_tep); in tl_discon_req()
5658 cl_tep = tip->ti_tep; in tl_co_unconnect()
5734 ASSERT(tep == tip->ti_tep); in tl_co_unconnect()
6366 if (tip->ti_tep != NULL) { in tl_freetip()
6367 tl_refrele(tip->ti_tep); in tl_freetip()
6368 tip->ti_tep = NULL; in tl_freetip()