Lines Matching refs:vegas
30 struct vegas vegas; /* must be first */ member
120 if (after(ack, yeah->vegas.beg_snd_nxt)) { in tcp_yeah_cong_avoid()
130 if (yeah->vegas.cntRTT > 2) { in tcp_yeah_cong_avoid()
145 rtt = yeah->vegas.minRTT; in tcp_yeah_cong_avoid()
151 bw *= rtt - yeah->vegas.baseRTT; in tcp_yeah_cong_avoid()
156 rtt - yeah->vegas.baseRTT > (yeah->vegas.baseRTT / TCP_YEAH_PHY)) { in tcp_yeah_cong_avoid()
194 yeah->vegas.beg_snd_una = yeah->vegas.beg_snd_nxt; in tcp_yeah_cong_avoid()
195 yeah->vegas.beg_snd_nxt = tp->snd_nxt; in tcp_yeah_cong_avoid()
196 yeah->vegas.beg_snd_cwnd = tp->snd_cwnd; in tcp_yeah_cong_avoid()
199 yeah->vegas.cntRTT = 0; in tcp_yeah_cong_avoid()
200 yeah->vegas.minRTT = 0x7fffffff; in tcp_yeah_cong_avoid()