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:lhash2
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
inet_hashtables.c
209
if (!h->
lhash2
)
in inet_hash2()
229
if (!h->
lhash2
||
in inet_unhash2()
366
/* Lookup
lhash2
with INADDR_ANY */
in __inet_lookup_listener()
881
h->
lhash2
= NULL;
in inet_hashinfo_init()
890
spin_lock_init(&h->
lhash2
[i].lock);
in init_hashinfo_lhash2()
891
INIT_HLIST_HEAD(&h->
lhash2
[i].head);
in init_hashinfo_lhash2()
892
h->
lhash2
[i].count = 0;
in init_hashinfo_lhash2()
901
h->
lhash2
= alloc_large_system_hash(name,
in inet_hashinfo2_init()
902
sizeof(*h->
lhash2
),
in inet_hashinfo2_init()
921
h->
lhash2
in inet_hashinfo2_init_mod()
[all...]
/kernel/linux/linux-5.10/include/net/
H
A
D
inet_hashtables.h
145
struct inet_listen_hashbucket *
lhash2
;
member
156
* If
lhash2
is initialized, the same socket will also be hashed
157
* to
lhash2
by port and address.
169
return &h->
lhash2
[hash & h->lhash2_mask];
in inet_lhash2_bucket()
190
kfree(h->
lhash2
);
in inet_hashinfo2_free_mod()
191
h->
lhash2
= NULL;
in inet_hashinfo2_free_mod()
/kernel/linux/linux-6.6/include/net/
H
A
D
inet_hashtables.h
177
struct inet_listen_hashbucket *
lhash2
;
member
195
return &h->
lhash2
[hash & h->lhash2_mask];
in inet_lhash2_bucket()
216
kfree(h->
lhash2
);
in inet_hashinfo2_free_mod()
217
h->
lhash2
= NULL;
in inet_hashinfo2_free_mod()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
inet_hashtables.c
462
/* Lookup
lhash2
with INADDR_ANY */
in __inet_lookup_listener()
1184
spin_lock_init(&h->
lhash2
[i].lock);
in init_hashinfo_lhash2()
1185
INIT_HLIST_NULLS_HEAD(&h->
lhash2
[i].nulls_head,
in init_hashinfo_lhash2()
1195
h->
lhash2
= alloc_large_system_hash(name,
in inet_hashinfo2_init()
1196
sizeof(*h->
lhash2
),
in inet_hashinfo2_init()
1217
h->
lhash2
= kmalloc_array(INET_LHTABLE_SIZE, sizeof(*h->
lhash2
), GFP_KERNEL);
in inet_hashinfo2_init_mod()
1218
if (!h->
lhash2
)
in inet_hashinfo2_init_mod()
H
A
D
tcp_ipv4.c
2371
ilb2 = &hinfo->
lhash2
[st->bucket];
in listening_get_first()
2409
ilb2 = &hinfo->
lhash2
[st->bucket];
in listening_get_next()
2618
spin_unlock(&hinfo->
lhash2
[st->bucket].lock);
in tcp_seq_stop()
2837
spin_unlock(&hinfo->
lhash2
[st->bucket].lock);
in bpf_iter_tcp_listening_batch()
H
A
D
inet_diag.c
1036
ilb = &hashinfo->
lhash2
[i];
in inet_diag_dump_icsk()
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
H
A
D
ninet_hashtables.c
142
if (!h->
lhash2
)
in ninet_hash2()
236
if (!h->
lhash2
||
in ninet_unhash2()
/kernel/linux/linux-6.6/net/mptcp/
H
A
D
mptcp_diag.c
95
ilb = &hinfo->
lhash2
[i];
in mptcp_diag_dump_listeners()
Completed in 13 milliseconds