Home
last modified time | relevance | path

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

/illumos-gate/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.c755 if (listener->tcp_eager_last_q == tcp) { in tcp_eager_unlink()
763 if (listener->tcp_eager_last_q == in tcp_eager_unlink()
765 listener->tcp_eager_last_q = in tcp_eager_unlink()
774 listener->tcp_eager_last_q = in tcp_eager_unlink()
780 tcp->tcp_eager_last_q = NULL; in tcp_eager_unlink()
802 assert(listener->tcp_eager_last_q != NULL); in tcp_eager_cleanup()
808 assert(listener->tcp_eager_last_q == NULL); in tcp_eager_cleanup()
1103 if (listener->tcp_eager_last_q == eager) in tcp_accept()
1104 listener->tcp_eager_last_q = NULL; in tcp_accept()
3359 tail = listener->tcp_eager_last_q; in tcp_rput_data()
[all …]
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_tpi.c995 eager->tcp_eager_last_q == NULL); in tcp_accept_swap()
1278 tail = listener->tcp_eager_last_q; in tcp_get_def_conn_ind()
1284 listener->tcp_eager_last_q = tcp; in tcp_get_def_conn_ind()
1988 tail = listener->tcp_eager_last_q; in tcp_send_conn_ind()
1993 listener->tcp_eager_last_q = tcp; in tcp_send_conn_ind()
H A Dtcp_socket.c1113 tail = listener->tcp_eager_last_q; in tcp_newconn_notify()
1118 listener->tcp_eager_last_q = tcp; in tcp_newconn_notify()
H A Dtcp_input.c1264 if (listener->tcp_eager_last_q == tcp) { in tcp_eager_unlink()
1272 if (listener->tcp_eager_last_q == in tcp_eager_unlink()
1274 listener->tcp_eager_last_q = in tcp_eager_unlink()
1283 listener->tcp_eager_last_q = in tcp_eager_unlink()
1289 tcp->tcp_eager_last_q = NULL; in tcp_eager_unlink()
H A Dtcp.c2237 ASSERT(tcp->tcp_eager_last_q == NULL); in tcp_reinit_values()
/illumos-gate/usr/src/uts/common/inet/
H A Dtcp.h329 struct tcp_s *tcp_eager_last_q; /* last eager in ESTABLISHED state */ member