Searched refs:tcp_eager_next_q (Results 1 – 7 of 7) sorted by relevance
988 ASSERT(eager->tcp_eager_next_q == NULL && in tcp_accept_swap()1274 tail->tcp_eager_next_q = tcp; in tcp_get_def_conn_ind()1276 listener->tcp_eager_next_q = tcp; in tcp_get_def_conn_ind()1279 tcp->tcp_eager_next_q = NULL; in tcp_get_def_conn_ind()1338 eager = listener->tcp_eager_next_q; in tcp_tli_accept()1418 eager = eager->tcp_eager_next_q; in tcp_tli_accept()1983 tail->tcp_eager_next_q = tcp; in tcp_send_conn_ind()1985 listener->tcp_eager_next_q = tcp; in tcp_send_conn_ind()1987 tcp->tcp_eager_next_q = NULL; in tcp_send_conn_ind()
1108 tail->tcp_eager_next_q = tcp; in tcp_newconn_notify()1110 listener->tcp_eager_next_q = tcp; in tcp_newconn_notify()1112 tcp->tcp_eager_next_q = NULL; in tcp_newconn_notify()
1047 eager = eager->tcp_eager_next_q; in tcp_eager_blowoff()1084 eager = listener->tcp_eager_next_q; in tcp_eager_cleanup()1095 eager = eager->tcp_eager_next_q; in tcp_eager_cleanup()1153 tcp_t **tcpp = &listener->tcp_eager_next_q; in tcp_eager_unlink()1156 for (; tcpp[0]; tcpp = &tcpp[0]->tcp_eager_next_q) { in tcp_eager_unlink()1165 ASSERT(tcp->tcp_eager_next_q == NULL); in tcp_eager_unlink()1167 listener->tcp_eager_next_q) { in tcp_eager_unlink()1181 tcpp[0] = tcp->tcp_eager_next_q; in tcp_eager_unlink()1182 tcp->tcp_eager_next_q = NULL; in tcp_eager_unlink()
2223 ASSERT(tcp->tcp_eager_next_q == NULL);
751 tcp_t **tcpp = &listener->tcp_eager_next_q; in tcp_eager_unlink()754 for (; tcpp[0]; tcpp = &tcpp[0]->tcp_eager_next_q) { in tcp_eager_unlink()763 assert(tcp->tcp_eager_next_q == NULL); in tcp_eager_unlink()765 listener->tcp_eager_next_q) { in tcp_eager_unlink()779 tcpp[0] = tcp->tcp_eager_next_q; in tcp_eager_unlink()780 tcp->tcp_eager_next_q = NULL; in tcp_eager_unlink()802 while ((eager = listener->tcp_eager_next_q) != NULL) { in tcp_eager_cleanup()1035 tcp->tcp_eager_next_q = NULL; in tcp_listen()1071 while (listener->tcp_eager_next_q == NULL && in tcp_accept()1081 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
325 struct tcp_s *tcp_eager_next_q; /* next eager in ESTABLISHED state */ member