Lines Matching refs:vegas
31 struct vegas vegas; /* must be first */
103 if (after(ack, yeah->vegas.beg_snd_nxt)) {
113 if (yeah->vegas.cntRTT > 2) {
128 rtt = yeah->vegas.minRTT;
134 bw *= rtt - yeah->vegas.baseRTT;
139 rtt - yeah->vegas.baseRTT > (yeah->vegas.baseRTT / TCP_YEAH_PHY)) {
177 yeah->vegas.beg_snd_una = yeah->vegas.beg_snd_nxt;
178 yeah->vegas.beg_snd_nxt = tp->snd_nxt;
179 yeah->vegas.beg_snd_cwnd = tp->snd_cwnd;
182 yeah->vegas.cntRTT = 0;
183 yeah->vegas.minRTT = 0x7fffffff;