taglinefilesource code
tx_left98drivers/net/strip.cint                tx_left;    /* bytes left in XMIT queue     */
tx_left506drivers/net/strip.cif (strip_info->tx_left) 
tx_left508drivers/net/strip.cif (strip_info->tx_left <= len)
tx_left509drivers/net/strip.cmemcpy(strip_info->tx_buff, strip_info->tx_head, strip_info->tx_left);
tx_left512drivers/net/strip.cstrip_info->tx_left = 0;
tx_left579drivers/net/strip.cif (strip_info->tx_left > 0) 
tx_left586drivers/net/strip.cnum_written = tty->driver.write(tty, 0, strip_info->tx_head, strip_info->tx_left);
tx_left587drivers/net/strip.cstrip_info->tx_left -= num_written;
tx_left676drivers/net/strip.cstrip_info->tx_left = ptr - strip_info->tx_buff;
tx_left695drivers/net/strip.cstrip_info->tx_left += 2;
tx_left1089drivers/net/strip.cstrip_info->tx_left  = 0;