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_protocol
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/net/ipv6/
H
A
D
xfrm6_protocol.c
2
/*
xfrm6_protocol
.c - Generic xfrm protocol multiplexer for ipv6.
22
static struct
xfrm6_protocol
__rcu *esp6_handlers __read_mostly;
23
static struct
xfrm6_protocol
__rcu *ah6_handlers __read_mostly;
24
static struct
xfrm6_protocol
__rcu *ipcomp6_handlers __read_mostly;
27
static inline struct
xfrm6_protocol
__rcu **proto_handlers(u8 protocol)
in proto_handlers()
49
struct
xfrm6_protocol
*handler;
in xfrm6_rcv_cb()
50
struct
xfrm6_protocol
__rcu **head = proto_handlers(protocol);
in xfrm6_rcv_cb()
66
struct
xfrm6_protocol
*handler;
in xfrm6_rcv_encap()
67
struct
xfrm6_protocol
__rcu **head = proto_handlers(nexthdr);
in xfrm6_rcv_encap()
112
struct
xfrm6_protocol
*handle
in xfrm6_esp_rcv()
[all...]
H
A
D
Makefile
21
xfrm6_output.o
xfrm6_protocol
.o
H
A
D
ipcomp6.c
185
static struct
xfrm6_protocol
ipcomp6_protocol = {
H
A
D
ip6_vti.c
1199
static struct
xfrm6_protocol
vti_esp6_protocol __read_mostly = {
1207
static struct
xfrm6_protocol
vti_ah6_protocol __read_mostly = {
1215
static struct
xfrm6_protocol
vti_ipcomp6_protocol __read_mostly = {
H
A
D
ah6.c
769
static struct
xfrm6_protocol
ah6_protocol = {
H
A
D
esp6.c
1268
static struct
xfrm6_protocol
esp6_protocol = {
/kernel/linux/linux-6.6/net/ipv6/
H
A
D
xfrm6_protocol.c
2
/*
xfrm6_protocol
.c - Generic xfrm protocol multiplexer for ipv6.
22
static struct
xfrm6_protocol
__rcu *esp6_handlers __read_mostly;
23
static struct
xfrm6_protocol
__rcu *ah6_handlers __read_mostly;
24
static struct
xfrm6_protocol
__rcu *ipcomp6_handlers __read_mostly;
27
static inline struct
xfrm6_protocol
__rcu **proto_handlers(u8 protocol)
in proto_handlers()
49
struct
xfrm6_protocol
*handler;
in xfrm6_rcv_cb()
50
struct
xfrm6_protocol
__rcu **head = proto_handlers(protocol);
in xfrm6_rcv_cb()
66
struct
xfrm6_protocol
*handler;
in xfrm6_rcv_encap()
67
struct
xfrm6_protocol
__rcu **head = proto_handlers(nexthdr);
in xfrm6_rcv_encap()
112
struct
xfrm6_protocol
*handle
in xfrm6_esp_rcv()
[all...]
H
A
D
Makefile
19
xfrm6_output.o
xfrm6_protocol
.o
H
A
D
ipcomp6.c
187
static struct
xfrm6_protocol
ipcomp6_protocol = {
H
A
D
ip6_vti.c
1199
static struct
xfrm6_protocol
vti_esp6_protocol __read_mostly = {
1207
static struct
xfrm6_protocol
vti_ah6_protocol __read_mostly = {
1215
static struct
xfrm6_protocol
vti_ipcomp6_protocol __read_mostly = {
H
A
D
ah6.c
771
static struct
xfrm6_protocol
ah6_protocol = {
H
A
D
esp6.c
1271
static struct
xfrm6_protocol
esp6_protocol = {
/kernel/linux/linux-5.10/net/xfrm/
H
A
D
xfrm_interface_core.c
826
static struct
xfrm6_protocol
xfrmi_esp6_protocol __read_mostly = {
834
static struct
xfrm6_protocol
xfrmi_ah6_protocol __read_mostly = {
842
static struct
xfrm6_protocol
xfrmi_ipcomp6_protocol __read_mostly = {
/kernel/linux/linux-6.6/net/xfrm/
H
A
D
xfrm_interface_core.c
992
static struct
xfrm6_protocol
xfrmi_esp6_protocol __read_mostly = {
1000
static struct
xfrm6_protocol
xfrmi_ah6_protocol __read_mostly = {
1008
static struct
xfrm6_protocol
xfrmi_ipcomp6_protocol __read_mostly = {
/kernel/linux/linux-5.10/include/net/
H
A
D
xfrm.h
1438
struct
xfrm6_protocol
{
struct
1446
struct
xfrm6_protocol
__rcu *next;
1633
int xfrm6_protocol_register(struct
xfrm6_protocol
*handler, unsigned char protocol);
1634
int xfrm6_protocol_deregister(struct
xfrm6_protocol
*handler, unsigned char protocol);
/kernel/linux/linux-6.6/include/net/
H
A
D
xfrm.h
1490
struct
xfrm6_protocol
{
struct
1498
struct
xfrm6_protocol
__rcu *next;
1703
int xfrm6_protocol_register(struct
xfrm6_protocol
*handler, unsigned char protocol);
1704
int xfrm6_protocol_deregister(struct
xfrm6_protocol
*handler, unsigned char protocol);
Completed in 20 milliseconds