OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cwin
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/netinet/
tcp_output.c
693
long
cwin
;
local
702
cwin
= uimin(tp->snd_wnd, tp->snd_cwnd) - sack_bytes_rxmt;
703
if (
cwin
< 0)
704
cwin
= 0;
723
len = ((long)ulmin(
cwin
, tp->snd_recover - p->rxmit));
725
len = ((long)ulmin(
cwin
, p->end - p->rxmit));
774
long
cwin
;
local
798
cwin
= tp->snd_cwnd -
801
if (
cwin
< 0)
802
cwin
= 0
[
all
...]
tcp_output.c
693
long
cwin
;
local
702
cwin
= uimin(tp->snd_wnd, tp->snd_cwnd) - sack_bytes_rxmt;
703
if (
cwin
< 0)
704
cwin
= 0;
723
len = ((long)ulmin(
cwin
, tp->snd_recover - p->rxmit));
725
len = ((long)ulmin(
cwin
, p->end - p->rxmit));
774
long
cwin
;
local
798
cwin
= tp->snd_cwnd -
801
if (
cwin
< 0)
802
cwin
= 0
[
all
...]
tcp_output.c
693
long
cwin
;
local
702
cwin
= uimin(tp->snd_wnd, tp->snd_cwnd) - sack_bytes_rxmt;
703
if (
cwin
< 0)
704
cwin
= 0;
723
len = ((long)ulmin(
cwin
, tp->snd_recover - p->rxmit));
725
len = ((long)ulmin(
cwin
, p->end - p->rxmit));
774
long
cwin
;
local
798
cwin
= tp->snd_cwnd -
801
if (
cwin
< 0)
802
cwin
= 0
[
all
...]
Completed in 49 milliseconds
Indexes created Wed Jul 22 00:25:13 UTC 2026