Searched refs:shrunk_count (Results 1 – 1 of 1) sorted by relevance
3595 tcp_process_shrunk_swnd(tcp_t *tcp, uint32_t shrunk_count) in tcp_process_shrunk_swnd() argument3599 ASSERT(shrunk_count > 0); in tcp_process_shrunk_swnd()3609 snxt -= shrunk_count; in tcp_process_shrunk_swnd()3613 tcp->tcp_unsent += shrunk_count; in tcp_process_shrunk_swnd()