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

/barrelfish-2018-10-04/include/lwip2/lwip/
H A Dtcp.h370 #define tcp_sndqueuelen(pcb) ((pcb)->snd_queuelen) macro
/barrelfish-2018-10-04/include/lwip2/lwip/priv/
H A Dtcp_priv.h101 ((tcp_sndbuf(tpcb) == 0) || (tcp_sndqueuelen(tpcb) >= TCP_SND_QUEUELEN)) \
/barrelfish-2018-10-04/lib/lwip2/src/api/
H A Dapi_msg.c325 (tcp_sndqueuelen(conn->pcb.tcp) < TCP_SNDQUEUELOWAT)) {
359 (tcp_sndqueuelen(conn->pcb.tcp) < TCP_SNDQUEUELOWAT)) {
1560 (tcp_sndqueuelen(conn->pcb.tcp) >= TCP_SNDQUEUELOWAT)) {
/barrelfish-2018-10-04/lib/lwip2/src/apps/httpd/
H A Dhttpd.c545 (tcp_sndqueuelen(pcb) >= TCP_SND_QUEUELEN)) {

Completed in 45 milliseconds