Home
last modified time | relevance | path

Searched refs:TCPWNDSIZE_F (Results 1 – 6 of 6) sorted by relevance

/third_party/lwip/src/core/
Dtcp_in.c908 LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_process (SENT): cwnd %"TCPWNDSIZE_F
909 " ssthresh %"TCPWNDSIZE_F"\n",
913 …LWIP_DEBUGF(TCP_QLEN_DEBUG, ("tcp_process: SYN-SENT --queuelen %"TCPWNDSIZE_F"\n", (tcpwnd_size_t)…
996 LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_process (SYN_RCVD): cwnd %"TCPWNDSIZE_F
997 " ssthresh %"TCPWNDSIZE_F"\n",
1144 LWIP_DEBUGF(TCP_QLEN_DEBUG, ("tcp_receive: queuelen %"TCPWNDSIZE_F" ... ",
1152 LWIP_DEBUGF(TCP_QLEN_DEBUG, ("%"TCPWNDSIZE_F" (after freeing %s)\n",
1200 LWIP_DEBUGF(TCP_WND_DEBUG, ("tcp_receive: window update %"TCPWNDSIZE_F"\n", pcb->snd_wnd));
1299 … LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_receive: slow start cwnd %"TCPWNDSIZE_F"\n", pcb->cwnd));
1307 …LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_receive: congestion avoidance cwnd %"TCPWNDSIZE_F"\n", pcb->cwnd…
Dtcp_out.c334 …UG | LWIP_DBG_LEVEL_SEVERE, ("tcp_write: too much data (len=%"U16_F" > snd_buf=%"TCPWNDSIZE_F")\n", in tcp_write_checks()
340 …LWIP_DEBUGF(TCP_QLEN_DEBUG, ("tcp_write: queuelen: %"TCPWNDSIZE_F"\n", (tcpwnd_size_t)pcb->snd_que… in tcp_write_checks()
1282 LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_output: snd_wnd %"TCPWNDSIZE_F in tcp_output()
1283 ", cwnd %"TCPWNDSIZE_F", wnd %"U32_F in tcp_output()
1296 ("tcp_output: snd_wnd %"TCPWNDSIZE_F", cwnd %"TCPWNDSIZE_F", wnd %"U32_F in tcp_output()
1361 …LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_output: snd_wnd %"TCPWNDSIZE_F", cwnd %"TCPWNDSIZE_F", wnd %"U32… in tcp_output()
1815 ("tcp_receive: The minimum value for ssthresh %"TCPWNDSIZE_F in tcp_rexmit_fast()
Dtcp.c1167 …LWIP_DEBUGF(TCP_DEBUG, ("tcp_recved: received %"U16_F" bytes, wnd %"TCPWNDSIZE_F" (%"TCPWNDSIZE_F"…
1480 LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_slowtmr: cwnd %"TCPWNDSIZE_F
1481 " ssthresh %"TCPWNDSIZE_F"\n",
/third_party/lwip/src/include/lwip/priv/
Dtcp_priv.h314 #define TCPWNDSIZE_F U32_F macro
319 #define TCPWNDSIZE_F U16_F macro
/third_party/lwip/
D0056-fix-tso-small-packet-drop-in-kernel-server.patch308 …LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_output: snd_wnd %"TCPWNDSIZE_F", cwnd %"TCPWNDSIZE_F", wnd %"U32…
D0041-optimite-pcb-list-limit-send-size-and-ack-now.patch209 …LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_output: snd_wnd %"TCPWNDSIZE_F", cwnd %"TCPWNDSIZE_F", wnd %"U32…