hl_txq 2061 netbt/hci.h TAILQ_HEAD(,l2cap_pdu) hl_txq; /* queue of outgoing PDUs */ hl_txq 575 netbt/hci_link.c TAILQ_INSERT_TAIL(&link->hl_txq, pdu, lp_next); hl_txq 625 netbt/hci_link.c pdu = TAILQ_FIRST(&link->hl_txq); hl_txq 706 netbt/hci_link.c pdu = TAILQ_FIRST(&link->hl_txq); hl_txq 720 netbt/hci_link.c TAILQ_REMOVE(&link->hl_txq, pdu, lp_next); hl_txq 902 netbt/hci_link.c TAILQ_INIT(&link->hl_txq); /* outgoing packets */ hl_txq 944 netbt/hci_link.c while ((pdu = TAILQ_FIRST(&link->hl_txq)) != NULL) { hl_txq 945 netbt/hci_link.c TAILQ_REMOVE(&link->hl_txq, pdu, lp_next); hl_txq 953 netbt/hci_link.c KASSERT(TAILQ_EMPTY(&link->hl_txq)); hl_txq 78 netbt/l2cap_lower.c TAILQ_FOREACH(pdu, &chan->lc_link->hl_txq, lp_next) {