Home
last modified time | relevance | path

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

/freebsd/sys/netinet/cc/
H A Dcc_cubic.h153 theoretical_cubic_k(uint32_t wmax_segs, uint32_t cwnd_epoch_segs) in theoretical_cubic_k()
174 theoretical_cubic_cwnd(int ticks_elapsed, uint32_t wmax_segs, uint32_t cwnd_epoch_segs) in theoretical_cubic_cwnd()
193 theoretical_reno_cwnd(int ticks_elapsed, int rtt_ticks, uint32_t wmax_segs) in theoretical_reno_cwnd()
238 cubic_k(uint32_t wmax_segs, uint32_t cwnd_epoch_segs) in cubic_k()