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_protocol
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
xfrm4_protocol.c
2
/*
xfrm4_protocol
.c - Generic xfrm protocol multiplexer.
21
static struct
xfrm4_protocol
__rcu *esp4_handlers __read_mostly;
22
static struct
xfrm4_protocol
__rcu *ah4_handlers __read_mostly;
23
static struct
xfrm4_protocol
__rcu *ipcomp4_handlers __read_mostly;
26
static inline struct
xfrm4_protocol
__rcu **proto_handlers(u8 protocol)
in proto_handlers()
48
struct
xfrm4_protocol
*handler;
in xfrm4_rcv_cb()
49
struct
xfrm4_protocol
__rcu **head = proto_handlers(protocol);
in xfrm4_rcv_cb()
65
struct
xfrm4_protocol
*handler;
in xfrm4_rcv_encap()
66
struct
xfrm4_protocol
__rcu **head = proto_handlers(nexthdr);
in xfrm4_rcv_encap()
99
struct
xfrm4_protocol
*handle
in xfrm4_esp_rcv()
[all...]
H
A
D
ip_vti.c
448
static struct
xfrm4_protocol
vti_esp4_protocol __read_mostly = {
456
static struct
xfrm4_protocol
vti_ah4_protocol __read_mostly = {
464
static struct
xfrm4_protocol
vti_ipcomp4_protocol __read_mostly = {
H
A
D
Makefile
70
xfrm4_output.o
xfrm4_protocol
.o
H
A
D
ipcomp.c
164
static struct
xfrm4_protocol
ipcomp4_protocol = {
H
A
D
ah4.c
567
static struct
xfrm4_protocol
ah4_protocol = {
H
A
D
esp4.c
1217
static struct
xfrm4_protocol
esp4_protocol = {
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
xfrm4_protocol.c
2
/*
xfrm4_protocol
.c - Generic xfrm protocol multiplexer.
21
static struct
xfrm4_protocol
__rcu *esp4_handlers __read_mostly;
22
static struct
xfrm4_protocol
__rcu *ah4_handlers __read_mostly;
23
static struct
xfrm4_protocol
__rcu *ipcomp4_handlers __read_mostly;
26
static inline struct
xfrm4_protocol
__rcu **proto_handlers(u8 protocol)
in proto_handlers()
48
struct
xfrm4_protocol
*handler;
in xfrm4_rcv_cb()
49
struct
xfrm4_protocol
__rcu **head = proto_handlers(protocol);
in xfrm4_rcv_cb()
65
struct
xfrm4_protocol
*handler;
in xfrm4_rcv_encap()
66
struct
xfrm4_protocol
__rcu **head = proto_handlers(nexthdr);
in xfrm4_rcv_encap()
99
struct
xfrm4_protocol
*handle
in xfrm4_esp_rcv()
[all...]
H
A
D
ip_vti.c
449
static struct
xfrm4_protocol
vti_esp4_protocol __read_mostly = {
457
static struct
xfrm4_protocol
vti_ah4_protocol __read_mostly = {
465
static struct
xfrm4_protocol
vti_ipcomp4_protocol __read_mostly = {
H
A
D
Makefile
70
xfrm4_output.o
xfrm4_protocol
.o
H
A
D
ipcomp.c
168
static struct
xfrm4_protocol
ipcomp4_protocol = {
H
A
D
ah4.c
572
static struct
xfrm4_protocol
ah4_protocol = {
H
A
D
esp4.c
1219
static struct
xfrm4_protocol
esp4_protocol = {
/kernel/linux/linux-5.10/net/xfrm/
H
A
D
xfrm_interface_core.c
877
static struct
xfrm4_protocol
xfrmi_esp4_protocol __read_mostly = {
885
static struct
xfrm4_protocol
xfrmi_ah4_protocol __read_mostly = {
893
static struct
xfrm4_protocol
xfrmi_ipcomp4_protocol __read_mostly = {
/kernel/linux/linux-6.6/net/xfrm/
H
A
D
xfrm_interface_core.c
1043
static struct
xfrm4_protocol
xfrmi_esp4_protocol __read_mostly = {
1051
static struct
xfrm4_protocol
xfrmi_ah4_protocol __read_mostly = {
1059
static struct
xfrm4_protocol
xfrmi_ipcomp4_protocol __read_mostly = {
/kernel/linux/linux-5.10/include/net/
H
A
D
xfrm.h
1427
struct
xfrm4_protocol
{
struct
1434
struct
xfrm4_protocol
__rcu *next;
1617
int xfrm4_protocol_register(struct
xfrm4_protocol
*handler, unsigned char protocol);
1618
int xfrm4_protocol_deregister(struct
xfrm4_protocol
*handler, unsigned char protocol);
/kernel/linux/linux-6.6/include/net/
H
A
D
xfrm.h
1479
struct
xfrm4_protocol
{
struct
1486
struct
xfrm4_protocol
__rcu *next;
1687
int xfrm4_protocol_register(struct
xfrm4_protocol
*handler, unsigned char protocol);
1688
int xfrm4_protocol_deregister(struct
xfrm4_protocol
*handler, unsigned char protocol);
Completed in 18 milliseconds