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.c327 if (tcp->tcp_flow_stopped) { in tcp_unfuse()
334 if (peer_tcp->tcp_flow_stopped) { in tcp_unfuse()
636 flow_stopped = tcp->tcp_flow_stopped; in tcp_fuse_output()
811 if (peer_tcp->tcp_flow_stopped && (TCP_UNSENT_BYTES(peer_tcp) <= in tcp_fuse_rcv_drain()
904 if (peer_tcp->tcp_flow_stopped && in tcp_fuse_backenable()
H A Dtcp.c972 if (tcp->tcp_flow_stopped) { in tcp_stop_lingering()
1313 if (tcp->tcp_flow_stopped) in tcp_closei_local()
1950 if (tcp->tcp_flow_stopped && in tcp_reinit()
4035 conn_setqfull(connp, &tcp->tcp_flow_stopped); in tcp_setqfull()
4036 if (tcp->tcp_flow_stopped) in tcp_setqfull()
4047 conn_clrqfull(connp, &tcp->tcp_flow_stopped); in tcp_clrqfull()
H A Dtcp_output.c279 if (tcp->tcp_flow_stopped && in tcp_wput_data()
570 if (tcp->tcp_flow_stopped) { in tcp_wput_data()
708 if (tcp->tcp_flow_stopped) { in tcp_wput_flush()
1229 if (tcp->tcp_flow_stopped && in tcp_output()
1614 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.c652 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.h472 boolean_t tcp_flow_stopped; member