te_flowq
ASSERT(tep->te_flowq == NULL);
tep->te_flowq = NULL;
if (tep->te_flowq != NULL) {
list_remove(&(tep->te_flowq->te_flowlist), tep);
tep->te_flowq = NULL;
if (tep->te_flowq != NULL) {
list_remove(&tep->te_flowq->te_flowlist, tep);
tep->te_flowq = peer_tep;
ASSERT(elp->te_flowq == tep);
elp->te_flowq = NULL;