Home
last modified time | relevance | path

Searched refs:tcp_conn_def_q0 (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/uts/common/inet/tcp/
H A Dtcp_tpi.c1232 ASSERT(listener->tcp_eager_prev_q0->tcp_conn_def_q0); in tcp_get_def_conn_ind()
1242 if (!tcp->tcp_eager_prev_q0->tcp_conn_def_q0) in tcp_get_def_conn_ind()
1260 tcp->tcp_conn_def_q0 = B_FALSE; in tcp_get_def_conn_ind()
1622 if (listener->tcp_eager_prev_q0->tcp_conn_def_q0) { in tcp_tli_accept()
1793 if (listener->tcp_eager_prev_q0->tcp_conn_def_q0) { in tcp_tpi_accept()
2000 tcp->tcp_conn_def_q0 = B_TRUE; in tcp_send_conn_ind()
H A Dtcp_socket.c189 ASSERT(!listener->tcp_eager_prev_q0->tcp_conn_def_q0); in tcp_accept()
H A Dtcp.c2154 tcp->tcp_conn_def_q0 = 0;
/titanic_44/usr/src/stand/lib/tcp/
H A Dtcp_inet.h237 tcp_conn_def_q0: 1, /* move from q0 to q deferred */ member
H A Dtcp.c1583 while (eager->tcp_dontdrop || eager->tcp_conn_def_q0) { in tcp_drop_q0()
3373 tcp->tcp_conn_def_q0 = B_TRUE; in tcp_rput_data()
/titanic_44/usr/src/uts/common/inet/
H A Dtcp.h330 boolean_t tcp_conn_def_q0; /* move from q0 to q deferred */ member