Searched refs:tcp_eager_next_q (Results 1 – 7 of 7) sorted by relevance
994 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()
1115 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()
1171 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()
2236 ASSERT(tcp->tcp_eager_next_q == NULL); in tcp_reinit_values()
750 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 …]
287 struct tcp_s *tcp_eager_next_q; /* next eager in ESTABLISHED state */ member
328 struct tcp_s *tcp_eager_next_q; /* next eager in ESTABLISHED state */ member