Searched refs:TCP_SNDQUEUELEN_OVERFLOW (Results 1 – 2 of 2) sorted by relevance
231 #define TCP_SNDQUEUELEN_OVERFLOW (0xffffU-3) macro
317 if ((pcb->snd_queuelen >= TCP_SND_QUEUELEN) || (pcb->snd_queuelen > TCP_SNDQUEUELEN_OVERFLOW)) { in tcp_write_checks()575 if ((queuelen > TCP_SND_QUEUELEN) || (queuelen > TCP_SNDQUEUELEN_OVERFLOW)) { in tcp_write()728 if ((pcb->snd_queuelen >= TCP_SND_QUEUELEN) || (pcb->snd_queuelen > TCP_SNDQUEUELEN_OVERFLOW)) { in tcp_enqueue_flags()