Home
last modified time | relevance | path

Searched defs:cwnd (Results 1 – 4 of 4) sorted by relevance

/xnu-11215.81.4/bsd/netinet/ !
H A Dtcp_newreno.c326 uint32_t cwnd = min(tp->snd_wnd, tp->snd_cwnd); in tcp_newreno_switch_cc() local
H A Dtcp_ledbat.c557 uint32_t cwnd; in tcp_ledbat_switch_cc() local
H A Dtcp_prague.c142 int32_t cwnd = (int32_t)((float)tp->t_ccstate->cubic_origin_point + var); in cubic_target() local
H A Dmptcp_var.h212 int cwnd = (int)(MIN(tp->snd_wnd, tp->snd_cwnd) - (so->so_snd.sb_cc)); in mptcp_subflow_cwnd_space() local