Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/inet/
H A Dtcp.h227 tcp_ip_forward_progress : 1, member
/titanic_41/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()
2170 if (tcp->tcp_ip_forward_progress) { in tcp_send()
2171 tcp->tcp_ip_forward_progress = B_FALSE; in tcp_send()
3234 if (tcp->tcp_ip_forward_progress) { in tcp_xmit_mp()
3235 tcp->tcp_ip_forward_progress = B_FALSE; in tcp_xmit_mp()
H A Dtcp_input.c2226 if (tcp->tcp_ip_forward_progress) { in tcp_ack_mp()
2227 tcp->tcp_ip_forward_progress = B_FALSE; in tcp_ack_mp()
2633 tcp->tcp_ip_forward_progress = B_TRUE; in tcp_input_data()
3684 tcp->tcp_ip_forward_progress = B_TRUE; in tcp_input_data()
3831 tcp->tcp_ip_forward_progress = B_TRUE; in tcp_input_data()
4442 tcp->tcp_ip_forward_progress = B_TRUE; in tcp_input_data()
H A Dtcp.c2155 tcp->tcp_ip_forward_progress = B_FALSE;