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:xfrm_type
(Results
1 - 22
of
22
) sorted by relevance
/kernel/linux/linux-5.10/include/net/
H
A
D
xfrm.h
255
const struct
xfrm_type
*type;
266
* interpreted by
xfrm_type
methods. */
325
struct
xfrm_type
;
362
const struct
xfrm_type
*type_esp;
363
const struct
xfrm_type
*type_ipip;
364
const struct
xfrm_type
*type_ipip6;
365
const struct
xfrm_type
*type_comp;
366
const struct
xfrm_type
*type_ah;
367
const struct
xfrm_type
*type_routing;
368
const struct
xfrm_type
*type_dstopt
394
struct
xfrm_type
{
global()
struct
[all...]
/kernel/linux/linux-6.6/include/net/
H
A
D
xfrm.h
279
const struct
xfrm_type
*type;
290
* interpreted by
xfrm_type
methods. */
343
struct
xfrm_type
;
380
const struct
xfrm_type
*type_esp;
381
const struct
xfrm_type
*type_ipip;
382
const struct
xfrm_type
*type_ipip6;
383
const struct
xfrm_type
*type_comp;
384
const struct
xfrm_type
*type_ah;
385
const struct
xfrm_type
*type_routing;
386
const struct
xfrm_type
*type_dstopt
412
struct
xfrm_type
{
global()
struct
[all...]
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
xfrm4_tunnel.c
44
static const struct
xfrm_type
ipip_type = {
H
A
D
ipcomp.c
154
static const struct
xfrm_type
ipcomp_type = {
H
A
D
ah4.c
555
static const struct
xfrm_type
ah_type =
H
A
D
esp4.c
1205
static const struct
xfrm_type
esp_type =
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
xfrm4_tunnel.c
46
static const struct
xfrm_type
ipip_type = {
H
A
D
ipcomp.c
159
static const struct
xfrm_type
ipcomp_type = {
H
A
D
ah4.c
561
static const struct
xfrm_type
ah_type =
H
A
D
esp4.c
1208
static const struct
xfrm_type
esp_type =
/kernel/linux/linux-5.10/net/ipv6/
H
A
D
mip6.c
326
static const struct
xfrm_type
mip6_destopt_type = {
458
static const struct
xfrm_type
mip6_rthdr_type = {
H
A
D
ipcomp6.c
174
static const struct
xfrm_type
ipcomp6_type = {
H
A
D
xfrm6_tunnel.c
293
static const struct
xfrm_type
xfrm6_tunnel_type = {
H
A
D
ah6.c
757
static const struct
xfrm_type
ah6_type = {
H
A
D
esp6.c
1256
static const struct
xfrm_type
esp6_type = {
/kernel/linux/linux-6.6/net/ipv6/
H
A
D
mip6.c
277
static const struct
xfrm_type
mip6_destopt_type = {
359
static const struct
xfrm_type
mip6_rthdr_type = {
H
A
D
ipcomp6.c
178
static const struct
xfrm_type
ipcomp6_type = {
H
A
D
xfrm6_tunnel.c
297
static const struct
xfrm_type
xfrm6_tunnel_type = {
H
A
D
ah6.c
761
static const struct
xfrm_type
ah6_type = {
H
A
D
esp6.c
1261
static const struct
xfrm_type
esp6_type = {
/kernel/linux/linux-5.10/net/xfrm/
H
A
D
xfrm_state.c
181
int xfrm_register_type(const struct
xfrm_type
*type, unsigned short family)
in xfrm_register_type()
227
void xfrm_unregister_type(const struct
xfrm_type
*type, unsigned short family)
in xfrm_unregister_type()
270
static const struct
xfrm_type
*xfrm_get_type(u8 proto, unsigned short family)
in xfrm_get_type()
272
const struct
xfrm_type
*type = NULL;
in xfrm_get_type()
321
static void xfrm_put_type(const struct
xfrm_type
*type)
in xfrm_put_type()
2552
const struct
xfrm_type
*type = READ_ONCE(x->type);
in xfrm_state_mtu()
/kernel/linux/linux-6.6/net/xfrm/
H
A
D
xfrm_state.c
224
int xfrm_register_type(const struct
xfrm_type
*type, unsigned short family)
in xfrm_register_type()
270
void xfrm_unregister_type(const struct
xfrm_type
*type, unsigned short family)
in xfrm_unregister_type()
313
static const struct
xfrm_type
*xfrm_get_type(u8 proto, unsigned short family)
in xfrm_get_type()
315
const struct
xfrm_type
*type = NULL;
in xfrm_get_type()
364
static void xfrm_put_type(const struct
xfrm_type
*type)
in xfrm_put_type()
2746
const struct
xfrm_type
*type = READ_ONCE(x->type);
in xfrm_state_mtu()
Completed in 26 milliseconds