Home
last modified time | relevance | path

Searched refs:queuelen (Results 1 - 1 of 1) sorted by relevance

/third_party/lwip/src/core/
H A Dtcp_out.c340 LWIP_DEBUGF(TCP_QLEN_DEBUG, ("tcp_write: queuelen: %"TCPWNDSIZE_F"\n", (tcpwnd_size_t)pcb->snd_queuelen)); in tcp_write_checks()
344 /* check for configured max queuelen and possible overflow */ in tcp_write_checks()
407 u16_t queuelen; in tcp_write() local
448 queuelen = pcb->snd_queuelen; in tcp_write()
477 * queuelen = pcb->snd_queuelen in tcp_write()
565 queuelen += pbuf_clen(concat_p); in tcp_write()
583 queuelen += pbuf_clen(concat_p); in tcp_write()
666 queuelen += pbuf_clen(p); in tcp_write()
671 if (queuelen > LWIP_MIN(TCP_SND_QUEUELEN, TCP_SNDQUEUELEN_OVERFLOW)) { in tcp_write()
673 queuelen, (in in tcp_write()
[all...]

Completed in 2 milliseconds