Searched refs:tcp_flow_stopped (Results 1 – 7 of 7) sorted by relevance
327 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()
972 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()
279 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()
149 ASSERT(tcp->tcp_flow_stopped == 0); in tcp_time_wait_append()
652 if (tcp->tcp_flow_stopped && in tcp_opt_set()
1189 if (peer_tcp->tcp_flow_stopped) { in tcp_accept_finish()
472 boolean_t tcp_flow_stopped; member