Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/
Dtcp_yeah.c29 struct yeah { struct
45 struct yeah *yeah = inet_csk_ca(sk); in tcp_yeah_init() argument
49 yeah->doing_reno_now = 0; in tcp_yeah_init()
50 yeah->lastQ = 0; in tcp_yeah_init()
52 yeah->reno_count = 2; in tcp_yeah_init()
62 struct yeah *yeah = inet_csk_ca(sk); in tcp_yeah_pkts_acked() local
65 yeah->pkts_acked = pkts_acked; in tcp_yeah_pkts_acked()
73 struct yeah *yeah = inet_csk_ca(sk); in tcp_yeah_cong_avoid() local
81 else if (!yeah->doing_reno_now) { in tcp_yeah_cong_avoid()
84 tp->snd_cwnd_cnt += yeah->pkts_acked; in tcp_yeah_cong_avoid()
[all …]