Searched refs:tcp_sndqueuelen (Results 1 – 6 of 6) sorted by relevance
191 #define altcp_sndqueuelen tcp_sndqueuelen
445 #define tcp_sndqueuelen(pcb) ((pcb)->snd_queuelen) macro
381 (tcp_sndqueuelen(conn->pcb.tcp) < TCP_SNDQUEUELOWAT)) {411 (tcp_sndqueuelen(conn->pcb.tcp) < TCP_SNDQUEUELOWAT)) {444 (tcp_sndqueuelen(conn->pcb.tcp) < TCP_SNDQUEUELOWAT)) {1795 (tcp_sndqueuelen(conn->pcb.tcp) >= TCP_SNDQUEUELOWAT)) {
410 return tcp_sndqueuelen(pcb); in altcp_tcp_sndqueuelen()
104 … ((tcp_sndbuf(tpcb) == 0) || (tcp_sndqueuelen(tpcb) >= TCP_SND_QUEUELEN)) \
1705 to TCP_SNDLOWAT and added tcp_sndqueuelen() - this fixes bug #28605