Home
last modified time | relevance | path

Searched refs:TCP_SET_INIT_CWND (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/inet/
H A Dtcp_impl.h238 #define TCP_SET_INIT_CWND(tcp, mss, def_max_init_cwnd) \ macro
/titanic_41/usr/src/uts/common/inet/tcp/
H A Dtcp_output.c375 TCP_SET_INIT_CWND(tcp, mss, tcps->tcps_slow_start_after_idle); in tcp_wput_data()
1193 TCP_SET_INIT_CWND(tcp, mss, tcps->tcps_slow_start_after_idle); in tcp_output()
H A Dtcp_input.c547 TCP_SET_INIT_CWND(tcp, tcp->tcp_mss, tcps->tcps_slow_start_initial); in tcp_process_options()