Lines Matching defs:te_conp
628 #define te_conp _te_transport_state._te_cots_state._te_conp
1214 TL_REMOVE_PEER(tep->te_conp);
1472 tep->te_conp = NULL;
1664 tl_endpt_t *peer_tep = tep->te_conp;
1940 tl_endpt_t *peer_tep = tep->te_conp;
2094 ((peer_tep = tep->te_conp) != NULL) &&
3769 ASSERT(cl_ep->te_conp == NULL);
3770 ASSERT(acc_ep->te_conp == NULL);
3771 cl_ep->te_conp = acc_ep;
3772 acc_ep->te_conp = cl_ep;
3862 tl_endpt_t *peer_tep = tep->te_conp;
3876 TL_UNCONNECT(tep->te_conp);
4094 } else if ((peer_tep = tep->te_conp) != NULL) { /* connected! */
4145 if (tep->te_conp) { /* disconnect pointers if connected */
4159 ASSERT(peer_tep != NULL && peer_tep->te_conp != NULL);
4160 TL_UNCONNECT(peer_tep->te_conp);
4168 TL_UNCONNECT(tep->te_conp);
4257 tl_endpt_t *peer_tep = tep->te_conp;
4486 if (tep->te_conp != NULL)
4528 if (tep->te_conp == NULL) {
4558 if (((peer_tep = tep->te_conp) == NULL) || peer_tep->te_closing) {
4660 if (tep->te_conp != NULL)
4694 if (tep->te_conp == NULL) {
4725 if (((peer_tep = tep->te_conp) == NULL) || peer_tep->te_closing) {
4804 if (tep->te_conp != NULL)
4849 if (((peer_tep = tep->te_conp) == NULL) || peer_tep->te_closing) {
5529 tl_endpt_t *peer_tep = tep->te_conp;
5541 TL_UNCONNECT(tep->te_conp);
5723 peer_tep = tep->te_conp;
5724 TL_REMOVE_PEER(peer_tep->te_conp);
5725 TL_REMOVE_PEER(tep->te_conp);