Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/ip/
Dtcp_private.h317 uint16_t recv_win_sent; member
Dtcp.c1181 conn->recv_win_sent <= threshold); in tcp_need_window_update()
1305 if (*len > conn->recv_win_sent) { in tcp_data_get()
1306 conn->recv_win_sent = 0; in tcp_data_get()
1308 conn->recv_win_sent -= *len; in tcp_data_get()
1597 conn->recv_win_sent = conn->recv_win; in tcp_out_ext()
2129 conn->recv_win_sent = conn->recv_win_max; in tcp_conn_alloc()