Lines Matching refs:vegas
31 struct vegas vegas; /* must be first */ member
122 if (after(ack, yeah->vegas.beg_snd_nxt)) { in tcp_yeah_cong_avoid()
132 if (yeah->vegas.cntRTT > 2) { in tcp_yeah_cong_avoid()
147 rtt = yeah->vegas.minRTT; in tcp_yeah_cong_avoid()
153 bw *= rtt - yeah->vegas.baseRTT; in tcp_yeah_cong_avoid()
158 rtt - yeah->vegas.baseRTT > (yeah->vegas.baseRTT / TCP_YEAH_PHY)) { in tcp_yeah_cong_avoid()
196 yeah->vegas.beg_snd_una = yeah->vegas.beg_snd_nxt; in tcp_yeah_cong_avoid()
197 yeah->vegas.beg_snd_nxt = tp->snd_nxt; in tcp_yeah_cong_avoid()
198 yeah->vegas.beg_snd_cwnd = tp->snd_cwnd; in tcp_yeah_cong_avoid()
201 yeah->vegas.cntRTT = 0; in tcp_yeah_cong_avoid()
202 yeah->vegas.minRTT = 0x7fffffff; in tcp_yeah_cong_avoid()