Home
last modified time | relevance | path

Searched refs:tcp_flow_stopped (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_fusion.c316 if (tcp->tcp_flow_stopped) { in tcp_unfuse()
323 if (peer_tcp->tcp_flow_stopped) { in tcp_unfuse()
615 flow_stopped = tcp->tcp_flow_stopped; in tcp_fuse_output()
790 if (peer_tcp->tcp_flow_stopped && (TCP_UNSENT_BYTES(peer_tcp) <= in tcp_fuse_rcv_drain()
883 if (peer_tcp->tcp_flow_stopped && in tcp_fuse_backenable()
H A Dtcp.c971 if (tcp->tcp_flow_stopped) { in tcp_stop_lingering()
1312 if (tcp->tcp_flow_stopped) in tcp_closei_local()
1940 if (tcp->tcp_flow_stopped && in tcp_reinit()
4016 conn_setqfull(connp, &tcp->tcp_flow_stopped); in tcp_setqfull()
4017 if (tcp->tcp_flow_stopped) in tcp_setqfull()
4028 conn_clrqfull(connp, &tcp->tcp_flow_stopped); in tcp_clrqfull()
H A Dtcp_output.c277 if (tcp->tcp_flow_stopped && in tcp_wput_data()
568 if (tcp->tcp_flow_stopped) { in tcp_wput_data()
706 if (tcp->tcp_flow_stopped) { in tcp_wput_flush()
1225 if (tcp->tcp_flow_stopped && in tcp_output()
1610 if (tcp->tcp_flow_stopped) { in tcp_close_output()
H A Dtcp_time_wait.c149 ASSERT(tcp->tcp_flow_stopped == 0); in tcp_time_wait_append()
H A Dtcp_opt_data.c642 if (tcp->tcp_flow_stopped && in tcp_opt_set()
H A Dtcp_tpi.c1189 if (peer_tcp->tcp_flow_stopped) { in tcp_accept_finish()
/illumos-gate/usr/src/uts/common/inet/
H A Dtcp.h471 boolean_t tcp_flow_stopped; member