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
756 if (listener->tcp_eager_last_q == tcp) { in tcp_eager_unlink()764 if (listener->tcp_eager_last_q == in tcp_eager_unlink()766 listener->tcp_eager_last_q = in tcp_eager_unlink()775 listener->tcp_eager_last_q = in tcp_eager_unlink()781 tcp->tcp_eager_last_q = NULL; in tcp_eager_unlink()803 assert(listener->tcp_eager_last_q != NULL); in tcp_eager_cleanup()809 assert(listener->tcp_eager_last_q == NULL); in tcp_eager_cleanup()1104 if (listener->tcp_eager_last_q == eager) in tcp_accept()1105 listener->tcp_eager_last_q = NULL; in tcp_accept()3360 tail = listener->tcp_eager_last_q; in tcp_rput_data()[all …]
989 eager->tcp_eager_last_q == NULL); in tcp_accept_swap()1272 tail = listener->tcp_eager_last_q; in tcp_get_def_conn_ind()1278 listener->tcp_eager_last_q = tcp; in tcp_get_def_conn_ind()1981 tail = listener->tcp_eager_last_q; in tcp_send_conn_ind()1986 listener->tcp_eager_last_q = tcp; in tcp_send_conn_ind()
1106 tail = listener->tcp_eager_last_q; in tcp_newconn_notify()1111 listener->tcp_eager_last_q = tcp; in tcp_newconn_notify()
1158 if (listener->tcp_eager_last_q == tcp) { in tcp_eager_unlink()1166 if (listener->tcp_eager_last_q == in tcp_eager_unlink()1168 listener->tcp_eager_last_q = in tcp_eager_unlink()1177 listener->tcp_eager_last_q = in tcp_eager_unlink()1183 tcp->tcp_eager_last_q = NULL; in tcp_eager_unlink()
2224 ASSERT(tcp->tcp_eager_last_q == NULL);
326 struct tcp_s *tcp_eager_last_q; /* last eager in ESTABLISHED state */ member