Lines Matching refs:vegas
30 struct vegas vegas; /* must be first */ member
121 if (after(ack, yeah->vegas.beg_snd_nxt)) { in tcp_yeah_cong_avoid()
131 if (yeah->vegas.cntRTT > 2) { in tcp_yeah_cong_avoid()
146 rtt = yeah->vegas.minRTT; in tcp_yeah_cong_avoid()
152 bw *= rtt - yeah->vegas.baseRTT; in tcp_yeah_cong_avoid()
157 rtt - yeah->vegas.baseRTT > (yeah->vegas.baseRTT / TCP_YEAH_PHY)) { in tcp_yeah_cong_avoid()
195 yeah->vegas.beg_snd_una = yeah->vegas.beg_snd_nxt; in tcp_yeah_cong_avoid()
196 yeah->vegas.beg_snd_nxt = tp->snd_nxt; in tcp_yeah_cong_avoid()
197 yeah->vegas.beg_snd_cwnd = tp->snd_cwnd; in tcp_yeah_cong_avoid()
200 yeah->vegas.cntRTT = 0; in tcp_yeah_cong_avoid()
201 yeah->vegas.minRTT = 0x7fffffff; in tcp_yeah_cong_avoid()