Searched refs:queuelen (Results 1 – 1 of 1) sorted by relevance
356 u16_t queuelen; in tcp_write() local384 queuelen = pcb->snd_queuelen; in tcp_write()502 queuelen += pbuf_clen(concat_p); in tcp_write()570 queuelen += pbuf_clen(p); in tcp_write()575 if ((queuelen > TCP_SND_QUEUELEN) || (queuelen > TCP_SNDQUEUELEN_OVERFLOW)) { in tcp_write()576 …P_OUTPUT_DEBUG | 2, ("tcp_write: queue too long %"U16_F" (%"U16_F")\n", queuelen, TCP_SND_QUEUELEN… in tcp_write()671 pcb->snd_queuelen = queuelen; in tcp_write()