Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/net/lib/shell/
Dtcp.c250 (void)net_context_update_recv_wnd(context, len); in tcp_recv_cb()
/Zephyr-Core-3.7.0/include/zephyr/net/
Dnet_context.h1272 int net_context_update_recv_wnd(struct net_context *context,
/Zephyr-Core-3.7.0/subsys/net/ip/
Dnet_context.c2706 int net_context_update_recv_wnd(struct net_context *context, in net_context_update_recv_wnd() function
/Zephyr-Core-3.7.0/subsys/net/lib/sockets/
Dsockets.c1826 net_context_update_recv_wnd(ctx, recv_len); in zsock_recv_stream()