rd_txbuf          115 netbt/hci_ioctl.c 			    (dlc->rd_txbuf ? dlc->rd_txbuf->m_pkthdr.len : 0));
rd_txbuf          338 netbt/rfcomm.h 	struct mbuf		*rd_txbuf;   /* transmit buffer */
rd_txbuf          361 netbt/rfcomm_dlc.c 		if (dlc->rd_txbuf == NULL)
rd_txbuf          381 netbt/rfcomm_dlc.c 			m = dlc->rd_txbuf;
rd_txbuf          383 netbt/rfcomm_dlc.c 				dlc->rd_txbuf = m_split(m, len, M_DONTWAIT);
rd_txbuf          384 netbt/rfcomm_dlc.c 				if (dlc->rd_txbuf == NULL) {
rd_txbuf          385 netbt/rfcomm_dlc.c 					dlc->rd_txbuf = m;
rd_txbuf          389 netbt/rfcomm_dlc.c 				dlc->rd_txbuf = NULL;
rd_txbuf          471 netbt/rfcomm_session.c 			    && dlc->rd_txbuf == NULL && dlc->rd_pending == 0) {
rd_txbuf          957 netbt/rfcomm_session.c 			if (credits > 0 && dlc->rd_txbuf != NULL)
rd_txbuf          243 netbt/rfcomm_upper.c 		if (dlc->rd_txbuf != NULL && linger != 0) {
rd_txbuf          281 netbt/rfcomm_upper.c 	if (dlc->rd_txbuf != NULL) {
rd_txbuf          282 netbt/rfcomm_upper.c 		m_freem(dlc->rd_txbuf);
rd_txbuf          283 netbt/rfcomm_upper.c 		dlc->rd_txbuf = NULL;
rd_txbuf          377 netbt/rfcomm_upper.c 	if (dlc->rd_txbuf != NULL) {
rd_txbuf          378 netbt/rfcomm_upper.c 		dlc->rd_txbuf->m_pkthdr.len += m->m_pkthdr.len;
rd_txbuf          379 netbt/rfcomm_upper.c 		m_cat(dlc->rd_txbuf, m);
rd_txbuf          381 netbt/rfcomm_upper.c 		dlc->rd_txbuf = m;