Symbol: te_conp
usr/src/uts/common/io/tl.c
1279
TL_REMOVE_PEER(tep->te_conp);
usr/src/uts/common/io/tl.c
1544
tep->te_conp = NULL;
usr/src/uts/common/io/tl.c
1736
tl_endpt_t *peer_tep = tep->te_conp;
usr/src/uts/common/io/tl.c
2013
tl_endpt_t *peer_tep = tep->te_conp;
usr/src/uts/common/io/tl.c
2170
((peer_tep = tep->te_conp) != NULL) &&
usr/src/uts/common/io/tl.c
3858
ASSERT(cl_ep->te_conp == NULL);
usr/src/uts/common/io/tl.c
3859
ASSERT(acc_ep->te_conp == NULL);
usr/src/uts/common/io/tl.c
3860
cl_ep->te_conp = acc_ep;
usr/src/uts/common/io/tl.c
3861
acc_ep->te_conp = cl_ep;
usr/src/uts/common/io/tl.c
3951
tl_endpt_t *peer_tep = tep->te_conp;
usr/src/uts/common/io/tl.c
3965
TL_UNCONNECT(tep->te_conp);
usr/src/uts/common/io/tl.c
4184
} else if ((peer_tep = tep->te_conp) != NULL) { /* connected! */
usr/src/uts/common/io/tl.c
4235
if (tep->te_conp) { /* disconnect pointers if connected */
usr/src/uts/common/io/tl.c
4249
ASSERT(peer_tep != NULL && peer_tep->te_conp != NULL);
usr/src/uts/common/io/tl.c
4250
TL_UNCONNECT(peer_tep->te_conp);
usr/src/uts/common/io/tl.c
4258
TL_UNCONNECT(tep->te_conp);
usr/src/uts/common/io/tl.c
4347
tl_endpt_t *peer_tep = tep->te_conp;
usr/src/uts/common/io/tl.c
4576
if (tep->te_conp != NULL)
usr/src/uts/common/io/tl.c
4618
if (tep->te_conp == NULL) {
usr/src/uts/common/io/tl.c
4648
if (((peer_tep = tep->te_conp) == NULL) || peer_tep->te_closing) {
usr/src/uts/common/io/tl.c
4750
if (tep->te_conp != NULL)
usr/src/uts/common/io/tl.c
4784
if (tep->te_conp == NULL) {
usr/src/uts/common/io/tl.c
4815
if (((peer_tep = tep->te_conp) == NULL) || peer_tep->te_closing) {
usr/src/uts/common/io/tl.c
4894
if (tep->te_conp != NULL)
usr/src/uts/common/io/tl.c
4939
if (((peer_tep = tep->te_conp) == NULL) || peer_tep->te_closing) {
usr/src/uts/common/io/tl.c
5630
tl_endpt_t *peer_tep = tep->te_conp;
usr/src/uts/common/io/tl.c
5642
TL_UNCONNECT(tep->te_conp);
usr/src/uts/common/io/tl.c
5829
if ((peer_tep = tep->te_conp) != NULL) {
usr/src/uts/common/io/tl.c
5830
TL_REMOVE_PEER(peer_tep->te_conp);
usr/src/uts/common/io/tl.c
5832
TL_REMOVE_PEER(tep->te_conp);