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_cdg
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H
A
D
bpf_dctcp.c
23
const char
tcp_cdg
[] = "cdg";
variable
88
(void *)
tcp_cdg
, sizeof(
tcp_cdg
));
in BPF_PROG()
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
tcp_cdg.c
16
* Except for window, knobs are configured via /sys/module/
tcp_cdg
/parameters/.
17
* Parameter window is only configurable when loading
tcp_cdg
as a module.
395
static struct tcp_congestion_ops
tcp_cdg
__read_mostly = {
415
tcp_register_congestion_control(&
tcp_cdg
);
in tcp_cdg_register()
421
tcp_unregister_congestion_control(&
tcp_cdg
);
in tcp_cdg_unregister()
H
A
D
Makefile
50
obj-$(CONFIG_TCP_CONG_CDG) +=
tcp_cdg
.o
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
tcp_cdg.c
16
* Except for window, knobs are configured via /sys/module/
tcp_cdg
/parameters/.
17
* Parameter window is only configurable when loading
tcp_cdg
as a module.
395
static struct tcp_congestion_ops
tcp_cdg
__read_mostly = {
415
tcp_register_congestion_control(&
tcp_cdg
);
in tcp_cdg_register()
421
tcp_unregister_congestion_control(&
tcp_cdg
);
in tcp_cdg_unregister()
H
A
D
Makefile
51
obj-$(CONFIG_TCP_CONG_CDG) +=
tcp_cdg
.o
Completed in 3 milliseconds