rd_txcred         114 netbt/hci_ioctl.c 			    dlc->rd_txcred, dlc->rd_pending,
rd_txcred         334 netbt/rfcomm.h 	int			 rd_txcred;  /* transmit credits (unused) */
rd_txcred         348 netbt/rfcomm_dlc.c 			if (dlc->rd_txcred == 0)
rd_txcred         408 netbt/rfcomm_dlc.c 				dlc->rd_txcred--;
rd_txcred         955 netbt/rfcomm_session.c 			dlc->rd_txcred += credits;
rd_txcred        1338 netbt/rfcomm_session.c 			dlc->rd_txcred = pn.credits & 0x07;
rd_txcred        1388 netbt/rfcomm_session.c 			dlc->rd_txcred = (pn.credits & 0x07);
rd_txcred         485 netbt/rfcomm_upper.c 		fc->tx_cred = max(dlc->rd_txcred, 0xff);