Searched defs:tcp_set_destination (Results 1 - 1 of 1) sorted by path

/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...]

Completed in 139 milliseconds