Home
last modified time | relevance | path

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

/titanic_53/usr/src/uts/common/inet/
H A Dtcp.h227 tcp_ip_forward_progress : 1, member
/titanic_53/usr/src/uts/common/inet/tcp/
H A Dtcp_output.c1359 if (tcp->tcp_ip_forward_progress) { in tcp_output()
1360 tcp->tcp_ip_forward_progress = B_FALSE; in tcp_output()
2184 if (tcp->tcp_ip_forward_progress) { in tcp_send()
2185 tcp->tcp_ip_forward_progress = B_FALSE; in tcp_send()
3248 if (tcp->tcp_ip_forward_progress) { in tcp_xmit_mp()
3249 tcp->tcp_ip_forward_progress = B_FALSE; in tcp_xmit_mp()
H A Dtcp_input.c2174 if (tcp->tcp_ip_forward_progress) { in tcp_ack_mp()
2175 tcp->tcp_ip_forward_progress = B_FALSE; in tcp_ack_mp()
2581 tcp->tcp_ip_forward_progress = B_TRUE; in tcp_input_data()
3655 tcp->tcp_ip_forward_progress = B_TRUE; in tcp_input_data()
3802 tcp->tcp_ip_forward_progress = B_TRUE; in tcp_input_data()
4413 tcp->tcp_ip_forward_progress = B_TRUE; in tcp_input_data()
H A Dtcp.c2155 tcp->tcp_ip_forward_progress = B_FALSE;