Home
last modified time | relevance | path

Searched refs:tcp_eager_next_q0 (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_tpi.c996 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()
2011 tcp->tcp_eager_next_q0; in tcp_send_conn_ind()
[all …]
H A Dtcp_socket.c1103 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()
H A Dtcp_input.c898 ASSERT(tcp->tcp_eager_next_q0 != tcp->tcp_eager_prev_q0); in tcp_drop_q0()
1206 eager = listener->tcp_eager_next_q0; in tcp_eager_cleanup()
1217 eager = eager->tcp_eager_next_q0; in tcp_eager_cleanup()
1233 if (tcp->tcp_eager_next_q0 != NULL) { in tcp_eager_unlink()
1237 tcp->tcp_eager_next_q0->tcp_eager_prev_q0 = in tcp_eager_unlink()
1239 tcp->tcp_eager_prev_q0->tcp_eager_next_q0 = in tcp_eager_unlink()
1240 tcp->tcp_eager_next_q0; in tcp_eager_unlink()
1244 tcp->tcp_eager_next_q0 = NULL; in tcp_eager_unlink()
1816 listener->tcp_eager_next_q0->tcp_eager_prev_q0 = eager; in tcp_input_listener()
1817 eager->tcp_eager_next_q0 = listener->tcp_eager_next_q0; in tcp_input_listener()
[all …]
H A Dtcp.c2034 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()
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp.c740 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()
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()
1903 tcp = tcp->tcp_eager_next_q0) { in tcp_lookup_eager_ipv4()
3348 tcp->tcp_eager_next_q0; in tcp_rput_data()
3350 tcp->tcp_eager_next_q0 = NULL; in tcp_rput_data()
3376 tcp->tcp_eager_next_q0; in tcp_rput_data()
[all …]
H A Dtcp_inet.h289 struct tcp_s *tcp_eager_next_q0; /* next eager in SYN_RCVD state */ member
/illumos-gate/usr/src/uts/common/inet/
H A Dtcp.h330 struct tcp_s *tcp_eager_next_q0; /* next eager in SYN_RCVD state */ member