Home
last modified time | relevance | path

Searched refs:yeah (Results 1 – 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/net/ipv4/
Dtcp_yeah.c30 struct yeah { struct
44 struct yeah *yeah = inet_csk_ca(sk); in tcp_yeah_init() local
48 yeah->doing_reno_now = 0; in tcp_yeah_init()
49 yeah->lastQ = 0; in tcp_yeah_init()
51 yeah->reno_count = 2; in tcp_yeah_init()
61 struct yeah *yeah = inet_csk_ca(sk); in tcp_yeah_cong_avoid() local
72 if (!yeah->doing_reno_now) { in tcp_yeah_cong_avoid()
103 if (after(ack, yeah->vegas.beg_snd_nxt)) { in tcp_yeah_cong_avoid()
113 if (yeah->vegas.cntRTT > 2) { in tcp_yeah_cong_avoid()
128 rtt = yeah->vegas.minRTT; in tcp_yeah_cong_avoid()
[all …]