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