Searched refs:ti_tep (Results 1 – 1 of 1) sorted by relevance
547 struct tl_endpt *ti_tep; /* NULL if peer has already closed */ member3369 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()[all …]