Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/inet/
H A Dtcp.h254 tcp_is_wnd_shrnk : 1, /* Window has shrunk */ member
/titanic_41/usr/src/uts/common/inet/tcp/
H A Dtcp_input.c4136 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()
H A Dtcp_output.c3587 if (!tcp->tcp_is_wnd_shrnk) { in tcp_process_shrunk_swnd()
3589 tcp->tcp_is_wnd_shrnk = B_TRUE; in tcp_process_shrunk_swnd()
H A Dtcp.c2160 tcp->tcp_is_wnd_shrnk = B_FALSE;