Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_tpi.c994 ASSERT(eager->tcp_eager_next_q == NULL && in tcp_accept_swap()
1280 tail->tcp_eager_next_q = tcp; in tcp_get_def_conn_ind()
1282 listener->tcp_eager_next_q = tcp; in tcp_get_def_conn_ind()
1285 tcp->tcp_eager_next_q = NULL; in tcp_get_def_conn_ind()
1344 eager = listener->tcp_eager_next_q; in tcp_tli_accept()
1424 eager = eager->tcp_eager_next_q; in tcp_tli_accept()
1990 tail->tcp_eager_next_q = tcp; in tcp_send_conn_ind()
1992 listener->tcp_eager_next_q = tcp; in tcp_send_conn_ind()
1994 tcp->tcp_eager_next_q = NULL; in tcp_send_conn_ind()
H A Dtcp_socket.c1115 tail->tcp_eager_next_q = tcp; in tcp_newconn_notify()
1117 listener->tcp_eager_next_q = tcp; in tcp_newconn_notify()
1119 tcp->tcp_eager_next_q = NULL; in tcp_newconn_notify()
H A Dtcp_input.c1171 eager = eager->tcp_eager_next_q; in tcp_eager_blowoff()
1208 eager = listener->tcp_eager_next_q; in tcp_eager_cleanup()
1219 eager = eager->tcp_eager_next_q; in tcp_eager_cleanup()
1277 tcp_t **tcpp = &listener->tcp_eager_next_q; in tcp_eager_unlink()
1280 for (; tcpp[0]; tcpp = &tcpp[0]->tcp_eager_next_q) { in tcp_eager_unlink()
1289 ASSERT(tcp->tcp_eager_next_q == NULL); in tcp_eager_unlink()
1291 listener->tcp_eager_next_q) { in tcp_eager_unlink()
1305 tcpp[0] = tcp->tcp_eager_next_q; in tcp_eager_unlink()
1306 tcp->tcp_eager_next_q = NULL; in tcp_eager_unlink()
H A Dtcp.c2236 ASSERT(tcp->tcp_eager_next_q == NULL); in tcp_reinit_values()
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp.c750 tcp_t **tcpp = &listener->tcp_eager_next_q; in tcp_eager_unlink()
753 for (; tcpp[0]; tcpp = &tcpp[0]->tcp_eager_next_q) { in tcp_eager_unlink()
762 assert(tcp->tcp_eager_next_q == NULL); in tcp_eager_unlink()
764 listener->tcp_eager_next_q) { in tcp_eager_unlink()
778 tcpp[0] = tcp->tcp_eager_next_q; in tcp_eager_unlink()
779 tcp->tcp_eager_next_q = NULL; in tcp_eager_unlink()
801 while ((eager = listener->tcp_eager_next_q) != NULL) { in tcp_eager_cleanup()
1034 tcp->tcp_eager_next_q = NULL; in tcp_listen()
1070 while (listener->tcp_eager_next_q == NULL && in tcp_accept()
1080 if (timeout <= prom_gettime() && listener->tcp_eager_next_q == NULL) { in tcp_accept()
[all …]
H A Dtcp_inet.h287 struct tcp_s *tcp_eager_next_q; /* next eager in ESTABLISHED state */ member
/illumos-gate/usr/src/uts/common/inet/
H A Dtcp.h328 struct tcp_s *tcp_eager_next_q; /* next eager in ESTABLISHED state */ member