Searched refs:tcp_eager_next_q0 (Results 1 – 7 of 7) sorted by relevance
990 ASSERT(eager->tcp_eager_next_q0 == NULL && in tcp_accept_swap()1254 tcp->tcp_eager_next_q0->tcp_eager_prev_q0 = in tcp_get_def_conn_ind()1256 tcp->tcp_eager_prev_q0->tcp_eager_next_q0 = in tcp_get_def_conn_ind()1257 tcp->tcp_eager_next_q0; in tcp_get_def_conn_ind()1259 tcp->tcp_eager_next_q0 = NULL; in tcp_get_def_conn_ind()1967 tcp->tcp_eager_next_q0->tcp_eager_prev_q0 = in tcp_send_conn_ind()1969 tcp->tcp_eager_prev_q0->tcp_eager_next_q0 = in tcp_send_conn_ind()1970 tcp->tcp_eager_next_q0; in tcp_send_conn_ind()1972 tcp->tcp_eager_next_q0 = NULL; in tcp_send_conn_ind()2003 tcp->tcp_eager_prev_q0->tcp_eager_next_q0 = in tcp_send_conn_ind()[all …]
1096 tcp->tcp_eager_next_q0->tcp_eager_prev_q0 = tcp->tcp_eager_prev_q0; in tcp_newconn_notify()1097 tcp->tcp_eager_prev_q0->tcp_eager_next_q0 = tcp->tcp_eager_next_q0; in tcp_newconn_notify()1099 tcp->tcp_eager_next_q0 = NULL; in tcp_newconn_notify()
740 ASSERT(tcp->tcp_eager_next_q0 != tcp->tcp_eager_prev_q0); in tcp_drop_q0()1048 eager = listener->tcp_eager_next_q0; in tcp_eager_cleanup()1059 eager = eager->tcp_eager_next_q0; in tcp_eager_cleanup()1075 if (tcp->tcp_eager_next_q0 != NULL) { in tcp_eager_unlink()1079 tcp->tcp_eager_next_q0->tcp_eager_prev_q0 = in tcp_eager_unlink()1081 tcp->tcp_eager_prev_q0->tcp_eager_next_q0 = in tcp_eager_unlink()1082 tcp->tcp_eager_next_q0; in tcp_eager_unlink()1086 tcp->tcp_eager_next_q0 = NULL; in tcp_eager_unlink()1655 listener->tcp_eager_next_q0->tcp_eager_prev_q0 = eager; in tcp_input_listener()1656 eager->tcp_eager_next_q0 = listener->tcp_eager_next_q0; in tcp_input_listener()[all …]
2014 tcp->tcp_eager_next_q0 = tcp->tcp_eager_prev_q0 = tcp; in tcp_reinit()2225 ASSERT((tcp->tcp_eager_next_q0 == NULL &&2227 tcp->tcp_eager_next_q0 == tcp->tcp_eager_prev_q0);4389 tcp->tcp_eager_next_q0 = tcp->tcp_eager_prev_q0 = tcp; in tcp_do_listen()
741 if (tcp->tcp_eager_next_q0 != NULL) { in tcp_eager_unlink()745 tcp->tcp_eager_next_q0->tcp_eager_prev_q0 = in tcp_eager_unlink()747 tcp->tcp_eager_prev_q0->tcp_eager_next_q0 = in tcp_eager_unlink()748 tcp->tcp_eager_next_q0; in tcp_eager_unlink()812 while ((eager = listener->tcp_eager_next_q0) != listener) { in tcp_eager_cleanup()1034 tcp->tcp_eager_next_q0 = tcp->tcp_eager_prev_q0 = tcp; in tcp_listen()1575 assert(tcp->tcp_eager_next_q0 != tcp->tcp_eager_prev_q0); in tcp_drop_q0()1682 tcp->tcp_eager_next_q0->tcp_eager_prev_q0 = eager; in tcp_conn_request()1683 eager->tcp_eager_next_q0 = tcp->tcp_eager_next_q0; in tcp_conn_request()1684 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
327 struct tcp_s *tcp_eager_next_q0; /* next eager in SYN_RCVD state */ member