Searched refs:tcp_eager_last_q (Results 1 – 7 of 7) sorted by relevance
288 struct tcp_s *tcp_eager_last_q; /* last eager in ESTABLISHED state */ member
755 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 …]
995 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()
1113 tail = listener->tcp_eager_last_q; in tcp_newconn_notify()1118 listener->tcp_eager_last_q = tcp; in tcp_newconn_notify()
1282 if (listener->tcp_eager_last_q == tcp) { in tcp_eager_unlink()1290 if (listener->tcp_eager_last_q == in tcp_eager_unlink()1292 listener->tcp_eager_last_q = in tcp_eager_unlink()1301 listener->tcp_eager_last_q = in tcp_eager_unlink()1307 tcp->tcp_eager_last_q = NULL; in tcp_eager_unlink()
2237 ASSERT(tcp->tcp_eager_last_q == NULL); in tcp_reinit_values()
329 struct tcp_s *tcp_eager_last_q; /* last eager in ESTABLISHED state */ member