Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet/
H A Dtcp_prague.c115 tp->t_ccstate->cubic_K = K * TCP_RETRANSHZ; /* in milliseconds */ in cubic_target()
118 tp->t_ccstate->cubic_K = 0; in cubic_target()
133 float var = (elapsed_time - tp->t_ccstate->cubic_K) / TCP_RETRANSHZ; in cubic_target()
565 tp->t_ccstate->cubic_K = 0; in tcp_prague_clear_state()
H A Dtcp_var.h362 #define cubic_K __u__._prague_state_.cubic_state.tc_epoch_period macro