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:xfrm6_tunnel
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/net/ipv6/
H
A
D
tunnel6.c
22
static struct
xfrm6_tunnel
__rcu *tunnel6_handlers __read_mostly;
23
static struct
xfrm6_tunnel
__rcu *tunnel46_handlers __read_mostly;
24
static struct
xfrm6_tunnel
__rcu *tunnelmpls6_handlers __read_mostly;
32
int xfrm6_tunnel_register(struct
xfrm6_tunnel
*handler, unsigned short family)
in xfrm6_tunnel_register()
34
struct
xfrm6_tunnel
__rcu **pprev;
in xfrm6_tunnel_register()
35
struct
xfrm6_tunnel
*t;
in xfrm6_tunnel_register()
76
int xfrm6_tunnel_deregister(struct
xfrm6_tunnel
*handler, unsigned short family)
in xfrm6_tunnel_deregister()
78
struct
xfrm6_tunnel
__rcu **pprev;
in xfrm6_tunnel_deregister()
79
struct
xfrm6_tunnel
*t;
in xfrm6_tunnel_deregister()
124
struct
xfrm6_tunnel
*handle
in tunnelmpls6_rcv()
[all...]
H
A
D
xfrm6_tunnel.c
235
/*
xfrm6_tunnel
native err handling */
in xfrm6_tunnel_err()
303
static struct
xfrm6_tunnel
xfrm6_tunnel_handler __read_mostly = {
309
static struct
xfrm6_tunnel
xfrm46_tunnel_handler __read_mostly = {
H
A
D
Makefile
37
obj-$(CONFIG_INET6_XFRM_TUNNEL) +=
xfrm6_tunnel
.o
H
A
D
ip6_vti.c
1235
static struct
xfrm6_tunnel
vti_ipv6_handler __read_mostly = {
1242
static struct
xfrm6_tunnel
vti_ip6ip_handler __read_mostly = {
H
A
D
ip6_tunnel.c
2248
static struct
xfrm6_tunnel
ip4ip6_handler __read_mostly = {
2254
static struct
xfrm6_tunnel
ip6ip6_handler __read_mostly = {
2260
static struct
xfrm6_tunnel
mplsip6_handler __read_mostly = {
/kernel/linux/linux-6.6/net/ipv6/
H
A
D
tunnel6.c
22
static struct
xfrm6_tunnel
__rcu *tunnel6_handlers __read_mostly;
23
static struct
xfrm6_tunnel
__rcu *tunnel46_handlers __read_mostly;
24
static struct
xfrm6_tunnel
__rcu *tunnelmpls6_handlers __read_mostly;
32
int xfrm6_tunnel_register(struct
xfrm6_tunnel
*handler, unsigned short family)
in xfrm6_tunnel_register()
34
struct
xfrm6_tunnel
__rcu **pprev;
in xfrm6_tunnel_register()
35
struct
xfrm6_tunnel
*t;
in xfrm6_tunnel_register()
76
int xfrm6_tunnel_deregister(struct
xfrm6_tunnel
*handler, unsigned short family)
in xfrm6_tunnel_deregister()
78
struct
xfrm6_tunnel
__rcu **pprev;
in xfrm6_tunnel_deregister()
79
struct
xfrm6_tunnel
*t;
in xfrm6_tunnel_deregister()
124
struct
xfrm6_tunnel
*handle
in tunnelmpls6_rcv()
[all...]
H
A
D
xfrm6_tunnel.c
235
/*
xfrm6_tunnel
native err handling */
in xfrm6_tunnel_err()
306
static struct
xfrm6_tunnel
xfrm6_tunnel_handler __read_mostly = {
312
static struct
xfrm6_tunnel
xfrm46_tunnel_handler __read_mostly = {
H
A
D
Makefile
34
obj-$(CONFIG_INET6_XFRM_TUNNEL) +=
xfrm6_tunnel
.o
H
A
D
ip6_vti.c
1235
static struct
xfrm6_tunnel
vti_ipv6_handler __read_mostly = {
1242
static struct
xfrm6_tunnel
vti_ip6ip_handler __read_mostly = {
H
A
D
ip6_tunnel.c
2190
static struct
xfrm6_tunnel
ip4ip6_handler __read_mostly = {
2196
static struct
xfrm6_tunnel
ip6ip6_handler __read_mostly = {
2202
static struct
xfrm6_tunnel
mplsip6_handler __read_mostly = {
/kernel/linux/linux-5.10/include/net/
H
A
D
xfrm.h
1460
struct
xfrm6_tunnel
{
struct
1465
struct
xfrm6_tunnel
__rcu *next;
1635
int xfrm6_tunnel_register(struct
xfrm6_tunnel
*handler, unsigned short family);
1636
int xfrm6_tunnel_deregister(struct
xfrm6_tunnel
*handler, unsigned short family);
/kernel/linux/linux-6.6/include/net/
H
A
D
xfrm.h
1512
struct
xfrm6_tunnel
{
struct
1517
struct
xfrm6_tunnel
__rcu *next;
1705
int xfrm6_tunnel_register(struct
xfrm6_tunnel
*handler, unsigned short family);
1706
int xfrm6_tunnel_deregister(struct
xfrm6_tunnel
*handler, unsigned short family);
/kernel/linux/linux-5.10/net/xfrm/
H
A
D
xfrm_interface_core.c
862
static struct
xfrm6_tunnel
xfrmi_ipv6_handler __read_mostly = {
869
static struct
xfrm6_tunnel
xfrmi_ip6ip_handler __read_mostly = {
/kernel/linux/linux-6.6/net/xfrm/
H
A
D
xfrm_interface_core.c
1028
static struct
xfrm6_tunnel
xfrmi_ipv6_handler __read_mostly = {
1035
static struct
xfrm6_tunnel
xfrmi_ip6ip_handler __read_mostly = {
Completed in 24 milliseconds