OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:w_tcp
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/netinet/
tcp_congctl.c
928
u_long
w_tcp
;
local in function:tcp_cubic_newack
940
/* Compute
W_tcp
(t) */
941
w_tcp
= tp->snd_cubic_wmax * CUBIC_BETAA / CUBIC_BETAB +
944
if (tp->snd_cwnd >
w_tcp
) {
950
tp->snd_cwnd =
w_tcp
;
tcp_congctl.c
928
u_long
w_tcp
;
local in function:tcp_cubic_newack
940
/* Compute
W_tcp
(t) */
941
w_tcp
= tp->snd_cubic_wmax * CUBIC_BETAA / CUBIC_BETAB +
944
if (tp->snd_cwnd >
w_tcp
) {
950
tp->snd_cwnd =
w_tcp
;
Completed in 26 milliseconds
Indexes created Wed Sep 24 15:09:51 GMT 2025