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:xfrmu_spdhthresh
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
xfrm.h
367
struct
xfrmu_spdhthresh
{
struct
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
xfrm.h
367
struct
xfrmu_spdhthresh
{
struct
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
xfrm.h
291
struct
xfrmu_spdhthresh
{
struct
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
xfrm.h
304
struct
xfrmu_spdhthresh
{
struct
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
xfrm.h
304
struct
xfrmu_spdhthresh
{
struct
/kernel/linux/linux-5.10/net/xfrm/
H
A
D
xfrm_user.c
1146
+ nla_total_size(sizeof(struct
xfrmu_spdhthresh
))
in xfrm_spdinfo_msgsize()
1147
+ nla_total_size(sizeof(struct
xfrmu_spdhthresh
));
in xfrm_spdinfo_msgsize()
1156
struct
xfrmu_spdhthresh
spt4, spt6;
in build_spdinfo()
1207
struct
xfrmu_spdhthresh
*thresh4 = NULL;
in xfrm_set_spdinfo()
1208
struct
xfrmu_spdhthresh
*thresh6 = NULL;
in xfrm_set_spdinfo()
2765
[XFRMA_SPD_IPV4_HTHRESH] = { .len = sizeof(struct
xfrmu_spdhthresh
) },
2766
[XFRMA_SPD_IPV6_HTHRESH] = { .len = sizeof(struct
xfrmu_spdhthresh
) },
/kernel/linux/linux-6.6/net/xfrm/
H
A
D
xfrm_user.c
1351
+ nla_total_size(sizeof(struct
xfrmu_spdhthresh
))
in xfrm_spdinfo_msgsize()
1352
+ nla_total_size(sizeof(struct
xfrmu_spdhthresh
));
in xfrm_spdinfo_msgsize()
1361
struct
xfrmu_spdhthresh
spt4, spt6;
in build_spdinfo()
1413
struct
xfrmu_spdhthresh
*thresh4 = NULL;
in xfrm_set_spdinfo()
1414
struct
xfrmu_spdhthresh
*thresh6 = NULL;
in xfrm_set_spdinfo()
3053
[XFRMA_SPD_IPV4_HTHRESH] = { .len = sizeof(struct
xfrmu_spdhthresh
) },
3054
[XFRMA_SPD_IPV6_HTHRESH] = { .len = sizeof(struct
xfrmu_spdhthresh
) },
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H
A
D
ipsec.c
1598
struct
xfrmu_spdhthresh
thresh;
in xfrm_spdinfo_set_thresh()
1682
struct
xfrmu_spdhthresh
*t = RTA_DATA(attr);
in xfrm_spdinfo_attrs()
1692
struct
xfrmu_spdhthresh
*t = RTA_DATA(attr);
in xfrm_spdinfo_attrs()
Completed in 19 milliseconds