Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/cc/
H A Dcc_cubic.h116 theoretical_reno_cwnd(int ticks_since_cong, int rtt_ticks, unsigned long wmax, in theoretical_reno_cwnd()
124 theoretical_tf_cwnd(int ticks_since_cong, int rtt_ticks, unsigned long wmax, in theoretical_tf_cwnd()
217 reno_cwnd(int ticks_since_cong, int rtt_ticks, unsigned long wmax, in reno_cwnd()
238 tf_cwnd(int ticks_since_cong, int rtt_ticks, unsigned long wmax, in tf_cwnd()
/f-stack/freebsd/netinet/tcp_stacks/
H A Dbbr.c6289 int32_t rtt_ticks; in tcp_bbr_xmit_timer_commit() local