Searched defs:wmax (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/netinet/cc/ |
| H A D | cc_cubic.h | 103 theoretical_cubic_cwnd(int ticks_since_cong, unsigned long wmax, uint32_t smss) in theoretical_cubic_cwnd() 116 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() 176 cubic_cwnd(int ticks_since_cong, unsigned long wmax, uint32_t smss, int64_t K) in cubic_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/netgraph/ |
| H A D | ng_l2tp.c | 138 u_int16_t wmax; /* peer's max recv window */ member
|