txdrops          2642 src/ftdm_io.c  	if (ftdmchan->txdrops || ftdmchan->rxdrops) {
txdrops          2644 src/ftdm_io.c  				ftdmchan->txdrops, ftdmchan->rxdrops);
txdrops          3519 src/ftdm_io.c  		ftdmchan->txdrops++;
txdrops          3520 src/ftdm_io.c  		if (ftdmchan->txdrops <= 10) {
txdrops          3523 src/ftdm_io.c  		if (ftdmchan->txdrops == 10) {
txdrops           466 src/include/private/ftdm_core.h 	int32_t txdrops;