tht_pkt_get
pkt = tht_pkt_get(&sc->sc_tx_list);
if ((pkt = tht_pkt_get(&sc->sc_rx_list)) == NULL)
while ((pkt = tht_pkt_get(tpl)) != NULL)
struct tht_pkt *tht_pkt_get(struct tht_pkt_list *);