lc_txq            396 netbt/l2cap.h  	struct ifqueue		 lc_txq;	/* transmit queue */
lc_txq            166 netbt/l2cap_lower.c 	if (IF_IS_EMPTY(&chan->lc_txq)) {
lc_txq            194 netbt/l2cap_lower.c 	IF_DEQUEUE(&chan->lc_txq, m);
lc_txq            248 netbt/l2cap_upper.c 	if ((IF_IS_EMPTY(&chan->lc_txq) && chan->lc_pending == 0)
lc_txq            279 netbt/l2cap_upper.c 	IF_PURGE(&chan->lc_txq);
lc_txq            399 netbt/l2cap_upper.c 	IF_ENQUEUE(&chan->lc_txq, m);