Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/inet/tcp/
H A Dtcp_tpi.c988 ASSERT(eager->tcp_eager_next_q == NULL && in tcp_accept_swap()
1274 tail->tcp_eager_next_q = tcp; in tcp_get_def_conn_ind()
1276 listener->tcp_eager_next_q = tcp; in tcp_get_def_conn_ind()
1279 tcp->tcp_eager_next_q = NULL; in tcp_get_def_conn_ind()
1338 eager = listener->tcp_eager_next_q; in tcp_tli_accept()
1418 eager = eager->tcp_eager_next_q; in tcp_tli_accept()
1983 tail->tcp_eager_next_q = tcp; in tcp_send_conn_ind()
1985 listener->tcp_eager_next_q = tcp; in tcp_send_conn_ind()
1987 tcp->tcp_eager_next_q = NULL; in tcp_send_conn_ind()
H A Dtcp_socket.c1108 tail->tcp_eager_next_q = tcp; in tcp_newconn_notify()
1110 listener->tcp_eager_next_q = tcp; in tcp_newconn_notify()
1112 tcp->tcp_eager_next_q = NULL; in tcp_newconn_notify()
H A Dtcp_input.c1047 eager = eager->tcp_eager_next_q; in tcp_eager_blowoff()
1084 eager = listener->tcp_eager_next_q; in tcp_eager_cleanup()
1095 eager = eager->tcp_eager_next_q; in tcp_eager_cleanup()
1153 tcp_t **tcpp = &listener->tcp_eager_next_q; in tcp_eager_unlink()
1156 for (; tcpp[0]; tcpp = &tcpp[0]->tcp_eager_next_q) { in tcp_eager_unlink()
1165 ASSERT(tcp->tcp_eager_next_q == NULL); in tcp_eager_unlink()
1167 listener->tcp_eager_next_q) { in tcp_eager_unlink()
1181 tcpp[0] = tcp->tcp_eager_next_q; in tcp_eager_unlink()
1182 tcp->tcp_eager_next_q = NULL; in tcp_eager_unlink()
H A Dtcp.c2223 ASSERT(tcp->tcp_eager_next_q == NULL);
/titanic_41/usr/src/stand/lib/tcp/
H A Dtcp.c751 tcp_t **tcpp = &listener->tcp_eager_next_q; in tcp_eager_unlink()
754 for (; tcpp[0]; tcpp = &tcpp[0]->tcp_eager_next_q) { in tcp_eager_unlink()
763 assert(tcp->tcp_eager_next_q == NULL); in tcp_eager_unlink()
765 listener->tcp_eager_next_q) { in tcp_eager_unlink()
779 tcpp[0] = tcp->tcp_eager_next_q; in tcp_eager_unlink()
780 tcp->tcp_eager_next_q = NULL; in tcp_eager_unlink()
802 while ((eager = listener->tcp_eager_next_q) != NULL) { in tcp_eager_cleanup()
1035 tcp->tcp_eager_next_q = NULL; in tcp_listen()
1071 while (listener->tcp_eager_next_q == NULL && in tcp_accept()
1081 if (timeout <= prom_gettime() && listener->tcp_eager_next_q == NULL) { in tcp_accept()
[all …]
H A Dtcp_inet.h287 struct tcp_s *tcp_eager_next_q; /* next eager in ESTABLISHED state */ member
/titanic_41/usr/src/uts/common/inet/
H A Dtcp.h325 struct tcp_s *tcp_eager_next_q; /* next eager in ESTABLISHED state */ member