Searched refs:tcp_eager_next_q0 (Results 1 – 7 of 7) sorted by relevance
996 ASSERT(eager->tcp_eager_next_q0 == NULL && in tcp_accept_swap()1260 tcp->tcp_eager_next_q0->tcp_eager_prev_q0 = in tcp_get_def_conn_ind()1262 tcp->tcp_eager_prev_q0->tcp_eager_next_q0 = in tcp_get_def_conn_ind()1263 tcp->tcp_eager_next_q0; in tcp_get_def_conn_ind()1265 tcp->tcp_eager_next_q0 = NULL; in tcp_get_def_conn_ind()1974 tcp->tcp_eager_next_q0->tcp_eager_prev_q0 = in tcp_send_conn_ind()1976 tcp->tcp_eager_prev_q0->tcp_eager_next_q0 = in tcp_send_conn_ind()1977 tcp->tcp_eager_next_q0; in tcp_send_conn_ind()1979 tcp->tcp_eager_next_q0 = NULL; in tcp_send_conn_ind()2010 tcp->tcp_eager_prev_q0->tcp_eager_next_q0 = in tcp_send_conn_ind()[all …]
1103 tcp->tcp_eager_next_q0->tcp_eager_prev_q0 = tcp->tcp_eager_prev_q0; in tcp_newconn_notify()1104 tcp->tcp_eager_prev_q0->tcp_eager_next_q0 = tcp->tcp_eager_next_q0; in tcp_newconn_notify()1106 tcp->tcp_eager_next_q0 = NULL; in tcp_newconn_notify()
916 ASSERT(tcp->tcp_eager_next_q0 != tcp->tcp_eager_prev_q0); in tcp_drop_q0()1224 eager = listener->tcp_eager_next_q0; in tcp_eager_cleanup()1235 eager = eager->tcp_eager_next_q0; in tcp_eager_cleanup()1251 if (tcp->tcp_eager_next_q0 != NULL) { in tcp_eager_unlink()1255 tcp->tcp_eager_next_q0->tcp_eager_prev_q0 = in tcp_eager_unlink()1257 tcp->tcp_eager_prev_q0->tcp_eager_next_q0 = in tcp_eager_unlink()1258 tcp->tcp_eager_next_q0; in tcp_eager_unlink()1262 tcp->tcp_eager_next_q0 = NULL; in tcp_eager_unlink()1834 listener->tcp_eager_next_q0->tcp_eager_prev_q0 = eager; in tcp_input_listener()1835 eager->tcp_eager_next_q0 = listener->tcp_eager_next_q0; in tcp_input_listener()[all …]
2034 tcp->tcp_eager_next_q0 = tcp->tcp_eager_prev_q0 = tcp; in tcp_reinit()2238 ASSERT((tcp->tcp_eager_next_q0 == NULL && in tcp_reinit_values()2240 tcp->tcp_eager_next_q0 == tcp->tcp_eager_prev_q0); in tcp_reinit_values()4435 tcp->tcp_eager_next_q0 = tcp->tcp_eager_prev_q0 = tcp; in tcp_do_listen()
740 if (tcp->tcp_eager_next_q0 != NULL) { in tcp_eager_unlink()744 tcp->tcp_eager_next_q0->tcp_eager_prev_q0 = in tcp_eager_unlink()746 tcp->tcp_eager_prev_q0->tcp_eager_next_q0 = in tcp_eager_unlink()747 tcp->tcp_eager_next_q0; in tcp_eager_unlink()811 while ((eager = listener->tcp_eager_next_q0) != listener) { in tcp_eager_cleanup()1033 tcp->tcp_eager_next_q0 = tcp->tcp_eager_prev_q0 = tcp; in tcp_listen()1574 assert(tcp->tcp_eager_next_q0 != tcp->tcp_eager_prev_q0); in tcp_drop_q0()1681 tcp->tcp_eager_next_q0->tcp_eager_prev_q0 = eager; in tcp_conn_request()1682 eager->tcp_eager_next_q0 = tcp->tcp_eager_next_q0; in tcp_conn_request()1683 tcp->tcp_eager_next_q0 = eager; in tcp_conn_request()[all …]
289 struct tcp_s *tcp_eager_next_q0; /* next eager in SYN_RCVD state */ member
330 struct tcp_s *tcp_eager_next_q0; /* next eager in SYN_RCVD state */ member