TAILQ_SWAP
TAILQ_SWAP(&td->stranded_synqe, &slist, synq_entry, link);
TAILQ_SWAP(&td->stranded_atids, &tlist, toepcb, link);
TAILQ_SWAP(&td->stranded_tids, &tlist, toepcb, link);
TAILQ_SWAP(&domain->unload_entries, &entries,
TAILQ_SWAP(&sc->sc_regular_delayed, &sc->sc_queue, bio, bio_queue);
TAILQ_SWAP(&lqueue, &so->sol_incomp, socket, so_list);
TAILQ_SWAP(&head, &hptsh->head, tcpcb, t_hpts);