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:table_perturb
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
inet_hashtables.c
740
static u32 *
table_perturb
;
variable
773
get_random_slow_once(
table_perturb
,
in __inet_hash_connect()
774
INET_TABLE_PERTURB_SIZE * sizeof(*
table_perturb
));
in __inet_hash_connect()
777
offset = READ_ONCE(
table_perturb
[index]) + (port_offset >> 32);
in __inet_hash_connect()
838
WRITE_ONCE(
table_perturb
[index], READ_ONCE(
table_perturb
[index]) + i + 2);
in __inet_hash_connect()
913
table_perturb
= kmalloc_array(INET_TABLE_PERTURB_SIZE,
in inet_hashinfo2_init()
914
sizeof(*
table_perturb
), GFP_KERNEL);
in inet_hashinfo2_init()
915
if (!
table_perturb
)
in inet_hashinfo2_init()
916
panic("TCP: failed to alloc
table_perturb
");
in inet_hashinfo2_init()
[all...]
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
inet_hashtables.c
998
static u32 *
table_perturb
;
variable
1033
get_random_sleepable_once(
table_perturb
,
in __inet_hash_connect()
1034
INET_TABLE_PERTURB_SIZE * sizeof(*
table_perturb
));
in __inet_hash_connect()
1037
offset = READ_ONCE(
table_perturb
[index]) + (port_offset >> 32);
in __inet_hash_connect()
1113
WRITE_ONCE(
table_perturb
[index], READ_ONCE(
table_perturb
[index]) + i + 2);
in __inet_hash_connect()
1207
table_perturb
= alloc_large_system_hash("Table-perturb",
in inet_hashinfo2_init()
1208
sizeof(*
table_perturb
),
in inet_hashinfo2_init()
Completed in 4 milliseconds