Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/inet/tcp/
H A Dtcp_fusion.c315 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()
H A Dtcp.c977 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()
H A Dtcp_output.c264 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()
H A Dtcp_time_wait.c150 ASSERT(tcp->tcp_flow_stopped == 0); in tcp_time_wait_append()
H A Dtcp_opt_data.c621 if (tcp->tcp_flow_stopped && in tcp_opt_set()
H A Dtcp_tpi.c1183 if (peer_tcp->tcp_flow_stopped) { in tcp_accept_finish()
/titanic_41/usr/src/uts/common/inet/
H A Dtcp.h468 boolean_t tcp_flow_stopped; member
/titanic_41/usr/src/uts/common/inet/nca/
H A Dnca.h1249 tcp_flow_stopped : 1, /* Have we flow controlled xmitter? */ member