Home
last modified time | relevance | path

Searched refs:vegas (Results 1 - 17 of 17) sorted by relevance

/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_vegas.c74 struct vegas *vegas = inet_csk_ca(sk); in vegas_enable() local
77 vegas->doing_vegas_now = 1; in vegas_enable()
80 vegas->beg_snd_nxt = tp->snd_nxt; in vegas_enable()
82 vegas->cntRTT = 0; in vegas_enable()
83 vegas->minRTT = 0x7fffffff; in vegas_enable()
89 struct vegas *vegas = inet_csk_ca(sk); in vegas_disable() local
91 vegas->doing_vegas_now = 0; in vegas_disable()
96 struct vegas *vega in tcp_vegas_init() local
113 struct vegas *vegas = inet_csk_ca(sk); tcp_vegas_pkts_acked() local
168 struct vegas *vegas = inet_csk_ca(sk); tcp_vegas_cong_avoid() local
[all...]
H A Dtcp_yeah.c31 struct vegas vegas; /* must be first */ member
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()
134 bw *= rtt - yeah->vegas.baseRTT; in tcp_yeah_cong_avoid()
139 rtt - yeah->vegas.baseRTT > (yeah->vegas.baseRTT / TCP_YEAH_PHY)) { in tcp_yeah_cong_avoid()
177 yeah->vegas.beg_snd_una = yeah->vegas in tcp_yeah_cong_avoid()
[all...]
H A Dtcp_illinois.c311 info->vegas.tcpv_enabled = 1; in tcp_illinois_info()
312 info->vegas.tcpv_rttcnt = ca->cnt_rtt; in tcp_illinois_info()
313 info->vegas.tcpv_minrtt = ca->base_rtt; in tcp_illinois_info()
314 info->vegas.tcpv_rtt = 0; in tcp_illinois_info()
316 if (info->vegas.tcpv_rttcnt > 0) { in tcp_illinois_info()
319 do_div(t, info->vegas.tcpv_rttcnt); in tcp_illinois_info()
320 info->vegas.tcpv_rtt = t; in tcp_illinois_info()
H A Dtcp_westwood.c267 info->vegas.tcpv_enabled = 1; in tcp_westwood_info()
268 info->vegas.tcpv_rttcnt = 0; in tcp_westwood_info()
269 info->vegas.tcpv_rtt = jiffies_to_usecs(ca->rtt); in tcp_westwood_info()
270 info->vegas.tcpv_minrtt = jiffies_to_usecs(ca->rtt_min); in tcp_westwood_info()
H A Dtcp_nv.c460 info->vegas.tcpv_enabled = 1; in tcpnv_get_info()
461 info->vegas.tcpv_rttcnt = ca->nv_rtt_cnt; in tcpnv_get_info()
462 info->vegas.tcpv_rtt = ca->nv_last_rtt; in tcpnv_get_info()
463 info->vegas.tcpv_minrtt = ca->nv_min_rtt; in tcpnv_get_info()
H A Dtcp_vegas.h9 struct vegas { struct
13 u8 doing_vegas_now;/* if true, do vegas for this RTT */
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_vegas.c74 struct vegas *vegas = inet_csk_ca(sk); in vegas_enable() local
77 vegas->doing_vegas_now = 1; in vegas_enable()
80 vegas->beg_snd_nxt = tp->snd_nxt; in vegas_enable()
82 vegas->cntRTT = 0; in vegas_enable()
83 vegas->minRTT = 0x7fffffff; in vegas_enable()
89 struct vegas *vegas = inet_csk_ca(sk); in vegas_disable() local
91 vegas->doing_vegas_now = 0; in vegas_disable()
96 struct vegas *vega in tcp_vegas_init() local
113 struct vegas *vegas = inet_csk_ca(sk); tcp_vegas_pkts_acked() local
168 struct vegas *vegas = inet_csk_ca(sk); tcp_vegas_cong_avoid() local
[all...]
H A Dtcp_yeah.c31 struct vegas vegas; /* must be first */ member
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()
134 bw *= rtt - yeah->vegas.baseRTT; in tcp_yeah_cong_avoid()
139 rtt - yeah->vegas.baseRTT > (yeah->vegas.baseRTT / TCP_YEAH_PHY)) { in tcp_yeah_cong_avoid()
177 yeah->vegas.beg_snd_una = yeah->vegas in tcp_yeah_cong_avoid()
[all...]
H A Dtcp_illinois.c313 info->vegas.tcpv_enabled = 1; in tcp_illinois_info()
314 info->vegas.tcpv_rttcnt = ca->cnt_rtt; in tcp_illinois_info()
315 info->vegas.tcpv_minrtt = ca->base_rtt; in tcp_illinois_info()
316 info->vegas.tcpv_rtt = 0; in tcp_illinois_info()
318 if (info->vegas.tcpv_rttcnt > 0) { in tcp_illinois_info()
321 do_div(t, info->vegas.tcpv_rttcnt); in tcp_illinois_info()
322 info->vegas.tcpv_rtt = t; in tcp_illinois_info()
H A Dtcp_westwood.c268 info->vegas.tcpv_enabled = 1; in tcp_westwood_info()
269 info->vegas.tcpv_rttcnt = 0; in tcp_westwood_info()
270 info->vegas.tcpv_rtt = jiffies_to_usecs(ca->rtt); in tcp_westwood_info()
271 info->vegas.tcpv_minrtt = jiffies_to_usecs(ca->rtt_min); in tcp_westwood_info()
H A Dtcp_nv.c459 info->vegas.tcpv_enabled = 1; in tcpnv_get_info()
460 info->vegas.tcpv_rttcnt = ca->nv_rtt_cnt; in tcpnv_get_info()
461 info->vegas.tcpv_rtt = ca->nv_last_rtt; in tcpnv_get_info()
462 info->vegas.tcpv_minrtt = ca->nv_min_rtt; in tcpnv_get_info()
H A Dtcp_vegas.h9 struct vegas { struct
13 u8 doing_vegas_now;/* if true, do vegas for this RTT */
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dinet_diag.h235 struct tcpvegas_info vegas; member
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dinet_diag.h235 struct tcpvegas_info vegas; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dinet_diag.h176 struct tcpvegas_info vegas; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dinet_diag.h176 struct tcpvegas_info vegas; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dinet_diag.h146 struct tcpvegas_info vegas; member

Completed in 9 milliseconds