Searched refs:tcp_sndqueuelen (Results 1 – 3 of 3) sorted by relevance
325 #define tcp_sndqueuelen(pcb) ((pcb)->snd_queuelen) macro
296 (tcp_sndqueuelen(conn->pcb.tcp) < TCP_SNDQUEUELOWAT)) {330 (tcp_sndqueuelen(conn->pcb.tcp) < TCP_SNDQUEUELOWAT)) {1253 (tcp_sndqueuelen(conn->pcb.tcp) >= TCP_SNDQUEUELOWAT))) {
207 to TCP_SNDLOWAT and added tcp_sndqueuelen() - this fixes bug #28605