Home
last modified time | relevance | path

Searched refs:cubic_K (Results 1 – 2 of 2) sorted by relevance

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_prague.c121 tp->t_ccstate->cubic_K = K * TCP_RETRANSHZ; /* in milliseconds */ in cubic_target()
124 tp->t_ccstate->cubic_K = 0; in cubic_target()
139 float var = (elapsed_time - tp->t_ccstate->cubic_K) / TCP_RETRANSHZ; in cubic_target()
596 tp->t_ccstate->cubic_K = 0; in tcp_prague_clear_state()
H A Dtcp_var.h323 #define cubic_K __u__._prague_state_.cubic_state.tc_epoch_period macro