Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/
H A Dtcp.h226 tcp_ip_forward_progress : 1, member
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_output.c1379 if (tcp->tcp_ip_forward_progress) { in tcp_output()
1380 tcp->tcp_ip_forward_progress = B_FALSE; in tcp_output()
2209 if (tcp->tcp_ip_forward_progress) { in tcp_send()
2210 tcp->tcp_ip_forward_progress = B_FALSE; in tcp_send()
3337 if (tcp->tcp_ip_forward_progress) { in tcp_xmit_mp()
3338 tcp->tcp_ip_forward_progress = B_FALSE; in tcp_xmit_mp()
H A Dtcp_input.c2336 if (tcp->tcp_ip_forward_progress) { in tcp_ack_mp()
2337 tcp->tcp_ip_forward_progress = B_FALSE; in tcp_ack_mp()
2745 tcp->tcp_ip_forward_progress = B_TRUE; in tcp_input_data()
3850 tcp->tcp_ip_forward_progress = B_TRUE; in tcp_input_data()
3997 tcp->tcp_ip_forward_progress = B_TRUE; in tcp_input_data()
4580 tcp->tcp_ip_forward_progress = B_TRUE; in tcp_input_data()
H A Dtcp.c2166 tcp->tcp_ip_forward_progress = B_FALSE; in tcp_reinit_values()