Searched refs:tcp_flow_stopped (Results 1 – 8 of 8) sorted by relevance
315 if (tcp->tcp_flow_stopped) { in tcp_unfuse()322 if (peer_tcp->tcp_flow_stopped) { in tcp_unfuse()614 flow_stopped = tcp->tcp_flow_stopped; in tcp_fuse_output()787 if (peer_tcp->tcp_flow_stopped && (TCP_UNSENT_BYTES(peer_tcp) <= in tcp_fuse_rcv_drain()880 if (peer_tcp->tcp_flow_stopped && in tcp_fuse_backenable()
977 if (tcp->tcp_flow_stopped) { in tcp_stop_lingering()1310 if (tcp->tcp_flow_stopped) in tcp_closei_local()1930 if (tcp->tcp_flow_stopped && in tcp_reinit()3989 conn_setqfull(connp, &tcp->tcp_flow_stopped); in tcp_setqfull()3990 if (tcp->tcp_flow_stopped) in tcp_setqfull()4001 conn_clrqfull(connp, &tcp->tcp_flow_stopped); in tcp_clrqfull()
264 if (tcp->tcp_flow_stopped && in tcp_wput_data()555 if (tcp->tcp_flow_stopped) { in tcp_wput_data()691 if (tcp->tcp_flow_stopped) { in tcp_wput_flush()1209 if (tcp->tcp_flow_stopped && in tcp_output()1594 if (tcp->tcp_flow_stopped) { in tcp_close_output()
150 ASSERT(tcp->tcp_flow_stopped == 0); in tcp_time_wait_append()
621 if (tcp->tcp_flow_stopped && in tcp_opt_set()
1183 if (peer_tcp->tcp_flow_stopped) { in tcp_accept_finish()
468 boolean_t tcp_flow_stopped; member
1249 tcp_flow_stopped : 1, /* Have we flow controlled xmitter? */ member