Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:TCP_INIT_CWND
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
tcp_bbr.c
367
* case we need to slow-start up toward something safe:
TCP_INIT_CWND
.
in bbr_bdp()
370
return
TCP_INIT_CWND
; /* be safe: cap at default initial cwnd*/
in bbr_bdp()
540
else if (cwnd < target_cwnd || tp->delivered <
TCP_INIT_CWND
)
in bbr_set_cwnd()
H
A
D
tcp.c
437
tp->snd_cwnd =
TCP_INIT_CWND
;
in tcp_init_sock()
2866
tp->snd_cwnd =
TCP_INIT_CWND
;
in tcp_disconnect()
H
A
D
tcp_input.c
431
nr_segs = max_t(u32,
TCP_INIT_CWND
, tp->snd_cwnd);
in tcp_sndbuf_expand()
574
(u32)
TCP_INIT_CWND
* tp->advmss);
in tcp_init_buffer_space()
972
cwnd =
TCP_INIT_CWND
;
in tcp_init_cwnd()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
tcp_bbr.c
369
* case we need to slow-start up toward something safe:
TCP_INIT_CWND
.
in bbr_bdp()
372
return
TCP_INIT_CWND
; /* be safe: cap at default initial cwnd*/
in bbr_bdp()
542
else if (cwnd < target_cwnd || tp->delivered <
TCP_INIT_CWND
)
in bbr_set_cwnd()
H
A
D
tcp.c
434
tcp_snd_cwnd_set(tp,
TCP_INIT_CWND
);
in tcp_init_sock()
3037
tcp_snd_cwnd_set(tp,
TCP_INIT_CWND
);
in tcp_disconnect()
H
A
D
tcp_input.c
439
nr_segs = max_t(u32,
TCP_INIT_CWND
, tcp_snd_cwnd(tp));
in tcp_sndbuf_expand()
590
(u32)
TCP_INIT_CWND
* tp->advmss);
in tcp_init_buffer_space()
982
cwnd =
TCP_INIT_CWND
;
in tcp_init_cwnd()
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
H
A
D
tcp_nip_input.c
1040
newtp->snd_cwnd =
TCP_INIT_CWND
;
in tcp_nip_create_openreq_child()
1812
u32 init_rwnd =
TCP_INIT_CWND
* TCP_NUM_2;
in tcp_default_init_rwnd()
H
A
D
tcp_nip.c
1386
tp->snd_cwnd =
TCP_INIT_CWND
;
in tcp_nip_init_sock()
/kernel/linux/linux-5.10/net/mptcp/
H
A
D
protocol.c
2115
TCP_INIT_CWND
* tp->advmss);
in mptcp_rcv_space_init()
2117
msk->rcvq_space.space =
TCP_INIT_CWND
* TCP_MSS_DEFAULT;
in mptcp_rcv_space_init()
/kernel/linux/linux-6.6/net/mptcp/
H
A
D
protocol.c
3326
TCP_INIT_CWND
* tp->advmss);
in mptcp_rcv_space_init()
3328
msk->rcvq_space.space =
TCP_INIT_CWND
* TCP_MSS_DEFAULT;
in mptcp_rcv_space_init()
/kernel/linux/linux-5.10/include/net/
H
A
D
tcp.h
236
#define
TCP_INIT_CWND
10
macro
/kernel/linux/linux-6.6/include/net/
H
A
D
tcp.h
232
#define
TCP_INIT_CWND
10
macro
Completed in 52 milliseconds