Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/subsys/net/ip/
Dtcp.c1117 static bool tcp_short_window(struct tcp *conn) in tcp_short_window() function
1150 short_win_before = tcp_short_window(conn); in tcp_update_recv_wnd()
1154 short_win_after = tcp_short_window(conn); in tcp_update_recv_wnd()
2646 if (tcp_short_window(conn)) { in tcp_data_received()