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.c1182 conn->recv_win_sent <= threshold); in tcp_need_window_update()
1306 if (*len > conn->recv_win_sent) { in tcp_data_get()
1307 conn->recv_win_sent = 0; in tcp_data_get()
1309 conn->recv_win_sent -= *len; in tcp_data_get()
1598 conn->recv_win_sent = conn->recv_win; in tcp_out_ext()
2130 conn->recv_win_sent = conn->recv_win_max; in tcp_conn_alloc()