Searched refs:tcp_set_destination (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dtcp_impl.h632 extern int tcp_set_destination(tcp_t *);
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp.c413 * determined dynamically during tcp_set_destination(), which is the default.
593 * In tcp_set_destination(), it gets those metric parameters, like rtt, rtt_sd,
601 * dropped in tcp_set_destination, since IPDF_ALLOW_MCBC is not set in
603 * The same logic in tcp_set_destination also serves to
608 tcp_set_destination(tcp_t *tcp) function
1622 error = tcp_set_destination(tcp);
1718 error = tcp_set_destination(tcp);
2182 DONTCARE(tcp->tcp_cwnd_ssthresh); /* Init in tcp_set_destination */
2422 /* NOTE: ISS is now set in tcp_set_destination(). */
2436 * down tcp_rwnd. tcp_set_destination() wil
[all...]
H A Dtcp_input.c394 * be called after tcp_set_destination() is called so that the necessary info
477 * For active connection: in tcp_set_destination() called in
480 * For passive connection: in tcp_set_destination() called in
537 * by tcp_set_destination(). tcp_mss_set() will also set up the
1534 * tcp_set_destination() may set tcp_rwnd according to the route
1573 * conn_connect() called from tcp_set_destination will verify
1581 * tcp_set_destination.
1607 if (tcp_set_destination(eager) != 0) {

Completed in 61 milliseconds