Home
last modified time | relevance | path

Searched refs:tcp_eager_last_q (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/stand/lib/tcp/
H A Dtcp_inet.h288 struct tcp_s *tcp_eager_last_q; /* last eager in ESTABLISHED state */ member
H A Dtcp.c756 if (listener->tcp_eager_last_q == tcp) { in tcp_eager_unlink()
764 if (listener->tcp_eager_last_q == in tcp_eager_unlink()
766 listener->tcp_eager_last_q = in tcp_eager_unlink()
775 listener->tcp_eager_last_q = in tcp_eager_unlink()
781 tcp->tcp_eager_last_q = NULL; in tcp_eager_unlink()
803 assert(listener->tcp_eager_last_q != NULL); in tcp_eager_cleanup()
809 assert(listener->tcp_eager_last_q == NULL); in tcp_eager_cleanup()
1104 if (listener->tcp_eager_last_q == eager) in tcp_accept()
1105 listener->tcp_eager_last_q = NULL; in tcp_accept()
3360 tail = listener->tcp_eager_last_q; in tcp_rput_data()
[all …]
/titanic_41/usr/src/uts/common/inet/tcp/
H A Dtcp_tpi.c989 eager->tcp_eager_last_q == NULL); in tcp_accept_swap()
1272 tail = listener->tcp_eager_last_q; in tcp_get_def_conn_ind()
1278 listener->tcp_eager_last_q = tcp; in tcp_get_def_conn_ind()
1981 tail = listener->tcp_eager_last_q; in tcp_send_conn_ind()
1986 listener->tcp_eager_last_q = tcp; in tcp_send_conn_ind()
H A Dtcp_socket.c1106 tail = listener->tcp_eager_last_q; in tcp_newconn_notify()
1111 listener->tcp_eager_last_q = tcp; in tcp_newconn_notify()
H A Dtcp_input.c1158 if (listener->tcp_eager_last_q == tcp) { in tcp_eager_unlink()
1166 if (listener->tcp_eager_last_q == in tcp_eager_unlink()
1168 listener->tcp_eager_last_q = in tcp_eager_unlink()
1177 listener->tcp_eager_last_q = in tcp_eager_unlink()
1183 tcp->tcp_eager_last_q = NULL; in tcp_eager_unlink()
H A Dtcp.c2224 ASSERT(tcp->tcp_eager_last_q == NULL);
/titanic_41/usr/src/uts/common/inet/
H A Dtcp.h326 struct tcp_s *tcp_eager_last_q; /* last eager in ESTABLISHED state */ member