Home
last modified time | relevance | path

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

/netbsd-src/sys/netinet/
H A Dtcp_congctl.c801 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() function
946 tp->snd_cwnd += (tcp_cubic_getW(tp, ms_elapsed, rtt) - in tcp_cubic_newack()