OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sack_bytes_rxmt
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/netinet/
tcp_congctl.c
695
int sack_num_segs = 1,
sack_bytes_rxmt
= 0;
local in function:tcp_newreno_fast_retransmit_newack
725
(void)tcp_sack_output(tp, &
sack_bytes_rxmt
);
726
tp->snd_cwnd =
sack_bytes_rxmt
+
tcp_output.c
531
int
sack_bytes_rxmt
;
local in function:tcp_output
689
sack_bytes_rxmt
= 0;
698
p = tcp_sack_output(tp, &
sack_bytes_rxmt
);
702
cwin = uimin(tp->snd_wnd, tp->snd_cwnd) -
sack_bytes_rxmt
;
800
sack_bytes_rxmt
;
Completed in 28 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025