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

/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_fusion.c61 * tcp_non_sq_lock must be held when touching tcp_flow_stopped.
315 if (tcp->tcp_flow_stopped) {
322 if (peer_tcp->tcp_flow_stopped) {
435 * like tcp_flow_stopped, we need to take tcp_non_sq_lock.
610 * Since we are accessing our tcp_flow_stopped and might modify it,
614 flow_stopped = tcp->tcp_flow_stopped;
787 if (peer_tcp->tcp_flow_stopped && (TCP_UNSENT_BYTES(peer_tcp) <=
880 if (peer_tcp->tcp_flow_stopped &&
H A Dtcp_time_wait.c148 ASSERT(tcp->tcp_flow_stopped == 0);
H A Dtcp.c977 if (tcp->tcp_flow_stopped) {
1310 if (tcp->tcp_flow_stopped)
1930 if (tcp->tcp_flow_stopped &&
3977 * decision to call based on the tcp_t.tcp_flow_stopped value which
3989 conn_setqfull(connp, &tcp->tcp_flow_stopped);
3990 if (tcp->tcp_flow_stopped)
4001 conn_clrqfull(connp, &tcp->tcp_flow_stopped);
H A Dtcp_output.c264 if (tcp->tcp_flow_stopped &&
555 if (tcp->tcp_flow_stopped) {
691 if (tcp->tcp_flow_stopped) {
1209 if (tcp->tcp_flow_stopped &&
1594 if (tcp->tcp_flow_stopped) {
H A Dtcp_opt_data.c621 if (tcp->tcp_flow_stopped &&
H A Dtcp_tpi.c1183 if (peer_tcp->tcp_flow_stopped) {
/illumos-gate/usr/src/uts/common/inet/
H A Dtcp.h468 boolean_t tcp_flow_stopped; member in struct:tcp_s
/illumos-gate/usr/src/uts/common/inet/nca/
H A Dnca.h1249 tcp_flow_stopped : 1, /* Have we flow controlled xmitter? */ member in struct:nca_conn_s

Completed in 130 milliseconds