Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/ip/
Dtcp.c1193 static int tcp_update_recv_wnd(struct tcp *conn, int32_t delta) in tcp_update_recv_wnd() function
1304 tcp_update_recv_wnd(conn, -*len); in tcp_data_get()
2794 tcp_update_recv_wnd(conn, diff); in tcp_check_sock_options()
3706 ret = tcp_update_recv_wnd((struct tcp *)context->tcp, delta); in net_tcp_update_recv_wnd()