Searched refs:tcp_is_wnd_shrnk (Results 1 – 4 of 4) sorted by relevance
254 tcp_is_wnd_shrnk : 1, /* Window has shrunk */ member
4136 if ((tcp->tcp_is_wnd_shrnk) && in tcp_input_data()4176 } else if (tcp->tcp_is_wnd_shrnk && SEQ_GEQ(seg_ack, in tcp_input_data()4178 tcp->tcp_is_wnd_shrnk = B_FALSE; in tcp_input_data()
3587 if (!tcp->tcp_is_wnd_shrnk) { in tcp_process_shrunk_swnd()3589 tcp->tcp_is_wnd_shrnk = B_TRUE; in tcp_process_shrunk_swnd()
2160 tcp->tcp_is_wnd_shrnk = B_FALSE;