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:ehash_mask
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-5.10/include/net/
H
A
D
inet_hashtables.h
133
unsigned int
ehash_mask
;
member
176
return &hashinfo->ehash[hash & hashinfo->
ehash_mask
];
in inet_ehash_bucket()
/kernel/linux/linux-6.6/include/net/
H
A
D
inet_hashtables.h
158
unsigned int
ehash_mask
;
member
202
return &hashinfo->ehash[hash & hashinfo->
ehash_mask
];
in inet_ehash_bucket()
/kernel/linux/linux-5.10/net/dccp/
H
A
D
proto.c
1168
dccp_hashinfo.
ehash_mask
= hash_size - 1;
in dccp_init()
1178
for (i = 0; i <= dccp_hashinfo.
ehash_mask
; i++)
in dccp_init()
1257
get_order((dccp_hashinfo.
ehash_mask
+ 1) *
in dccp_fini()
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
inet_timewait_sock.c
264
for (slot = 0; slot <= hashinfo->
ehash_mask
; slot++) {
in inet_twsk_purge()
H
A
D
inet_hashtables.c
415
unsigned int slot = hash & hashinfo->
ehash_mask
;
in __inet_lookup_established()
945
nblocks = min(nblocks, hashinfo->
ehash_mask
+ 1);
in inet_ehash_locks_alloc()
H
A
D
tcp.c
4390
&tcp_hashinfo.
ehash_mask
,
in tcp_init()
4393
for (i = 0; i <= tcp_hashinfo.
ehash_mask
; i++)
in tcp_init()
4401
tcp_hashinfo.
ehash_mask
+ 1,
in tcp_init()
4415
cnt = tcp_hashinfo.
ehash_mask
+ 1;
in tcp_init()
4433
tcp_hashinfo.
ehash_mask
+ 1, tcp_hashinfo.bhash_size);
in tcp_init()
H
A
D
tcp_ipv4.c
2368
for (; st->bucket <= tcp_hashinfo.
ehash_mask
; ++st->bucket) {
in established_get_first()
2476
if (st->bucket > tcp_hashinfo.
ehash_mask
)
in tcp_seek_last_pos()
2882
cnt = tcp_hashinfo.
ehash_mask
+ 1;
in tcp_sk_init()
H
A
D
inet_diag.c
1078
for (i = s_i; i <= hashinfo->
ehash_mask
; i++) {
in inet_diag_dump_icsk()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
inet_timewait_sock.c
288
for (slot = 0; slot <= hashinfo->
ehash_mask
; slot++) {
in inet_twsk_purge()
H
A
D
inet_hashtables.c
511
unsigned int slot = hash & hashinfo->
ehash_mask
;
in __inet_lookup_established()
1241
nblocks = min(nblocks, hashinfo->
ehash_mask
+ 1);
in inet_ehash_locks_alloc()
1270
new_hashinfo->
ehash_mask
= ehash_entries - 1;
in inet_pernet_hashinfo_alloc()
H
A
D
tcp.c
4685
&tcp_hashinfo.
ehash_mask
,
in tcp_init()
4688
for (i = 0; i <= tcp_hashinfo.
ehash_mask
; i++)
in tcp_init()
4696
tcp_hashinfo.
ehash_mask
+ 1,
in tcp_init()
4714
cnt = tcp_hashinfo.
ehash_mask
+ 1;
in tcp_init()
4732
tcp_hashinfo.
ehash_mask
+ 1, tcp_hashinfo.bhash_size);
in tcp_init()
H
A
D
tcp_ipv4.c
2447
for (; st->bucket <= hinfo->
ehash_mask
; ++st->bucket) {
in established_get_first()
2544
if (st->bucket > hinfo->
ehash_mask
)
in tcp_seek_last_pos()
3187
ehash_entries = tcp_hashinfo.
ehash_mask
+ 1;
in tcp_set_hashinfo()
H
A
D
sysctl_net_ipv4.c
400
tcp_ehash_entries = hinfo->
ehash_mask
+ 1;
in proc_tcp_ehash_entries()
H
A
D
inet_diag.c
1084
for (i = s_i; i <= hashinfo->
ehash_mask
; i++) {
in inet_diag_dump_icsk()
/kernel/linux/linux-6.6/net/dccp/
H
A
D
proto.c
1170
dccp_hashinfo.
ehash_mask
= hash_size - 1;
in dccp_init()
1180
for (i = 0; i <= dccp_hashinfo.
ehash_mask
; i++)
in dccp_init()
1279
get_order((dccp_hashinfo.
ehash_mask
+ 1) *
in dccp_fini()
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
H
A
D
ninet_hashtables.c
318
unsigned int slot = hash & hashinfo->
ehash_mask
;
in __ninet_lookup_established()
/kernel/linux/linux-5.10/net/ipv6/
H
A
D
inet6_hashtables.c
66
unsigned int slot = hash & hashinfo->
ehash_mask
;
in __inet6_lookup_established()
/kernel/linux/linux-6.6/net/ipv6/
H
A
D
inet6_hashtables.c
65
unsigned int slot = hash & hashinfo->
ehash_mask
;
in __inet6_lookup_established()
Completed in 34 milliseconds