Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/subsys/net/ip/
Dtcp2.h125 int net_tcp_update_recv_wnd(struct net_context *context, int32_t delta);
Dtcp_internal.h329 int net_tcp_update_recv_wnd(struct net_context *context, int32_t delta);
331 static inline int net_tcp_update_recv_wnd(struct net_context *context, in net_tcp_update_recv_wnd() function
Dnet_context.c2122 ret = net_tcp_update_recv_wnd(context, delta); in net_context_update_recv_wnd()
Dtcp2.c2147 int net_tcp_update_recv_wnd(struct net_context *context, int32_t delta) in net_tcp_update_recv_wnd() function