Home
last modified time | relevance | path

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

/onnv-gate/usr/src/uts/common/inet/
H A Dtcp.h225 tcp_ip_forward_progress : 1, member
/onnv-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_output.c1358 if (tcp->tcp_ip_forward_progress) { in tcp_output()
1359 tcp->tcp_ip_forward_progress = B_FALSE; in tcp_output()
2187 if (tcp->tcp_ip_forward_progress) { in tcp_send()
2188 tcp->tcp_ip_forward_progress = B_FALSE; in tcp_send()
3251 if (tcp->tcp_ip_forward_progress) { in tcp_xmit_mp()
3252 tcp->tcp_ip_forward_progress = B_FALSE; in tcp_xmit_mp()
H A Dtcp_input.c2222 if (tcp->tcp_ip_forward_progress) { in tcp_ack_mp()
2223 tcp->tcp_ip_forward_progress = B_FALSE; in tcp_ack_mp()
2515 tcp->tcp_ip_forward_progress = B_TRUE; in tcp_input_data()
3570 tcp->tcp_ip_forward_progress = B_TRUE; in tcp_input_data()
3710 tcp->tcp_ip_forward_progress = B_TRUE; in tcp_input_data()
4336 tcp->tcp_ip_forward_progress = B_TRUE; in tcp_input_data()
H A Dtcp.c2150 tcp->tcp_ip_forward_progress = B_FALSE;