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:policy_idx_hmask
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/include/net/netns/
H
A
D
xfrm.h
51
unsigned int
policy_idx_hmask
;
member
/kernel/linux/linux-6.6/include/net/netns/
H
A
D
xfrm.h
52
unsigned int
policy_idx_hmask
;
member
/kernel/linux/linux-5.10/net/xfrm/
H
A
D
xfrm_policy.c
458
return __idx_hash(index, net->xfrm.
policy_idx_hmask
);
in idx_hash()
610
unsigned int hmask = net->xfrm.
policy_idx_hmask
;
in xfrm_byidx_resize()
626
net->xfrm.
policy_idx_hmask
= nhashmask;
in xfrm_byidx_resize()
650
unsigned int hmask = net->xfrm.
policy_idx_hmask
;
in xfrm_byidx_should_resize()
667
si->spdhcnt = net->xfrm.
policy_idx_hmask
;
in xfrm_spd_getinfo()
4082
net->xfrm.
policy_idx_hmask
= hmask;
in xfrm_policy_init()
4151
sz = (net->xfrm.
policy_idx_hmask
+ 1) * sizeof(struct hlist_head);
in xfrm_policy_fini()
/kernel/linux/linux-6.6/net/xfrm/
H
A
D
xfrm_policy.c
459
return __idx_hash(index, net->xfrm.
policy_idx_hmask
);
in idx_hash()
611
unsigned int hmask = net->xfrm.
policy_idx_hmask
;
in xfrm_byidx_resize()
627
net->xfrm.
policy_idx_hmask
= nhashmask;
in xfrm_byidx_resize()
651
unsigned int hmask = net->xfrm.
policy_idx_hmask
;
in xfrm_byidx_should_resize()
668
si->spdhcnt = net->xfrm.
policy_idx_hmask
;
in xfrm_spd_getinfo()
4133
net->xfrm.
policy_idx_hmask
= hmask;
in xfrm_policy_init()
4202
sz = (net->xfrm.
policy_idx_hmask
+ 1) * sizeof(struct hlist_head);
in xfrm_policy_fini()
Completed in 12 milliseconds