Searched refs:tcp_cubic_getW (Results 1 – 1 of 1) sorted by relevance
801 static ulong tcp_cubic_getW(struct tcpcb *, uint32_t, uint32_t);865 tcp_cubic_getW(struct tcpcb *tp, uint32_t ms_elapsed, uint32_t rtt) in tcp_cubic_getW() function946 tp->snd_cwnd += (tcp_cubic_getW(tp, ms_elapsed, rtt) - in tcp_cubic_newack()