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_friendliness
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
tcp_cubic.c
51
static int
tcp_friendliness
__read_mostly = 1;
71
module_param(
tcp_friendliness
, int, 0644);
72
MODULE_PARM_DESC(
tcp_friendliness
, "turn on/off tcp friendliness");
237
goto
tcp_friendliness
;
in bictcp_update()
306
tcp_friendliness
:
in bictcp_update()
308
if (
tcp_friendliness
) {
in bictcp_update()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
tcp_cubic.c
53
static int
tcp_friendliness
__read_mostly = 1;
73
module_param(
tcp_friendliness
, int, 0644);
74
MODULE_PARM_DESC(
tcp_friendliness
, "turn on/off tcp friendliness");
230
goto
tcp_friendliness
;
in bictcp_update()
299
tcp_friendliness
:
in bictcp_update()
301
if (
tcp_friendliness
) {
in bictcp_update()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H
A
D
bpf_cubic.c
12
* 3. In bitctcp_update() [under
tcp_friendliness
], the original
45
static int
tcp_friendliness
= 1;
variable
289
goto
tcp_friendliness
;
in bictcp_update()
358
tcp_friendliness
:
in bictcp_update()
360
if (
tcp_friendliness
) {
in bictcp_update()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H
A
D
bpf_cubic.c
12
* 3. In bitctcp_update() [under
tcp_friendliness
], the original
45
static int
tcp_friendliness
= 1;
variable
283
goto
tcp_friendliness
;
in bictcp_update()
352
tcp_friendliness
:
in bictcp_update()
354
if (
tcp_friendliness
) {
in bictcp_update()
Completed in 4 milliseconds