Lines Matching refs:ti_tep
558 struct tl_endpt *ti_tep; /* NULL if peer has already closed */
3281 tip->ti_tep = tep;
3511 * If ti_tep is NULL the client has already closed. In this case
3515 ASSERT(tip->ti_tep == NULL ||
3516 tip->ti_tep->te_seqno == cres->SEQ_number);
3517 cl_ep = tip->ti_tep;
3761 * on client: it should already have one from tip->ti_tep linkage.
3807 tip->ti_tep = NULL;
3955 * If ti_tep is NULL the client has already closed. In this case
3959 IMPLY(tip->ti_tep != NULL,
3960 tip->ti_tep->te_seqno == dr->SEQ_number);
3961 peer_tep = tip->ti_tep;
4061 * ti_tep == NULL since the T_DISCON_IND
4079 ASSERT(tep == tip->ti_tep);
5560 cl_tep = tip->ti_tep;
5636 ASSERT(tep == tip->ti_tep);
6275 if (tip->ti_tep != NULL) {
6276 tl_refrele(tip->ti_tep);
6277 tip->ti_tep = NULL;