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:xfrm4_dst_ops
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
xfrm4_policy.c
163
.data = &init_net.xfrm.
xfrm4_dst_ops
.gc_thresh,
182
table[0].data = &net->xfrm.
xfrm4_dst_ops
.gc_thresh;
in xfrm4_net_sysctl_init()
226
memcpy(&net->xfrm.
xfrm4_dst_ops
, &xfrm4_dst_ops_template,
in xfrm4_net_init()
228
ret = dst_entries_init(&net->xfrm.
xfrm4_dst_ops
);
in xfrm4_net_init()
234
dst_entries_destroy(&net->xfrm.
xfrm4_dst_ops
);
in xfrm4_net_init()
242
dst_entries_destroy(&net->xfrm.
xfrm4_dst_ops
);
in xfrm4_net_exit()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
xfrm4_policy.c
150
.data = &init_net.xfrm.
xfrm4_dst_ops
.gc_thresh,
169
table[0].data = &net->xfrm.
xfrm4_dst_ops
.gc_thresh;
in xfrm4_net_sysctl_init()
214
memcpy(&net->xfrm.
xfrm4_dst_ops
, &xfrm4_dst_ops_template,
in xfrm4_net_init()
216
ret = dst_entries_init(&net->xfrm.
xfrm4_dst_ops
);
in xfrm4_net_init()
222
dst_entries_destroy(&net->xfrm.
xfrm4_dst_ops
);
in xfrm4_net_init()
230
dst_entries_destroy(&net->xfrm.
xfrm4_dst_ops
);
in xfrm4_net_exit()
/kernel/linux/linux-5.10/include/net/netns/
H
A
D
xfrm.h
75
struct dst_ops
xfrm4_dst_ops
;
member
/kernel/linux/linux-6.6/include/net/netns/
H
A
D
xfrm.h
76
struct dst_ops
xfrm4_dst_ops
;
member
/kernel/linux/linux-5.10/net/xfrm/
H
A
D
xfrm_policy.c
2478
dst_ops = &net->xfrm.
xfrm4_dst_ops
;
in xfrm_alloc_dst()
/kernel/linux/linux-6.6/net/xfrm/
H
A
D
xfrm_policy.c
2559
dst_ops = &net->xfrm.
xfrm4_dst_ops
;
in xfrm_alloc_dst()
Completed in 14 milliseconds