Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/ip/
Dtcp.c1163 static bool tcp_short_window(struct tcp *conn) in tcp_short_window() function
1207 short_win_before = tcp_short_window(conn); in tcp_update_recv_wnd()
1211 short_win_after = tcp_short_window(conn); in tcp_update_recv_wnd()
2730 if (tcp_short_window(conn) || !psh) { in tcp_data_received()