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