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:state_byseq
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/include/net/netns/
H
A
D
xfrm.h
45
struct hlist_head __rcu *
state_byseq
;
member
/kernel/linux/linux-6.6/net/xfrm/
H
A
D
xfrm_state.c
191
oseq = xfrm_state_deref_prot(net->xfrm.
state_byseq
, net);
in xfrm_hash_resize()
197
rcu_assign_pointer(net->xfrm.
state_byseq
, nseq);
in xfrm_hash_resize()
1312
net->xfrm.
state_byseq
+ h,
in xfrm_state_find()
1444
XFRM_STATE_INSERT(byseq, &x->byseq, net->xfrm.
state_byseq
+ h,
in __xfrm_state_insert()
2135
hlist_for_each_entry_rcu(x, net->xfrm.
state_byseq
+ h, byseq) {
in __xfrm_find_acq_byseq()
2893
net->xfrm.
state_byseq
= xfrm_hash_alloc(sz);
in xfrm_state_init()
2894
if (!net->xfrm.
state_byseq
)
in xfrm_state_init()
2926
WARN_ON(!hlist_empty(net->xfrm.
state_byseq
));
in xfrm_state_fini()
2927
xfrm_hash_free(net->xfrm.
state_byseq
, sz);
in xfrm_state_fini()
Completed in 5 milliseconds