FD.io VPP
v20.05-21-gb1500e9ff
Vector Packet Processing
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
b
d
e
f
g
i
l
m
n
o
p
r
s
t
v
w
+
Functions
d
f
g
l
m
n
o
p
t
v
Variables
Typedefs
Enumerations
Enumerator
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
~
+
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
c
e
g
h
k
m
n
o
r
s
+
Related Functions
c
d
e
h
i
m
o
p
r
s
v
+
Source
Files
+
Symbols
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Typedefs
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Enumerations
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
+
Macros
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
ipsec_io.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2015 Cisco and/or its affiliates.
3
* Licensed under the Apache License, Version 2.0 (the "License");
4
* you may not use this file except in compliance with the License.
5
* You may obtain a copy of the License at:
6
*
7
* http://www.apache.org/licenses/LICENSE-2.0
8
*
9
* Unless required by applicable law or agreed to in writing, software
10
* distributed under the License is distributed on an "AS IS" BASIS,
11
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
* See the License for the specific language governing permissions and
13
* limitations under the License.
14
*/
15
#ifndef __IPSEC_IO_H__
16
#define __IPSEC_IO_H__
17
18
#define foreach_ipsec_output_next \
19
_ (DROP, "error-drop")
20
21
#define _(v, s) IPSEC_OUTPUT_NEXT_##v,
22
typedef
enum
23
{
24
foreach_ipsec_output_next
25
#undef _
26
IPSEC_OUTPUT_N_NEXT
,
27
}
ipsec_output_next_t
;
28
29
#define foreach_ipsec_input_next \
30
_ (PUNT, "punt-dispatch") \
31
_ (DROP, "error-drop")
32
33
typedef
enum
34
{
35
#define _(v, s) IPSEC_INPUT_NEXT_##v,
36
foreach_ipsec_input_next
37
#undef _
38
IPSEC_INPUT_N_NEXT
,
39
}
ipsec_input_next_t
;
40
41
42
typedef
struct
43
{
44
u32
spd_index
;
45
}
ip4_ipsec_config_t
;
46
47
typedef
struct
48
{
49
u32
spd_index
;
50
}
ip6_ipsec_config_t
;
51
52
#endif
/* __IPSEC_IO_H__ */
53
54
/*
55
* fd.io coding-style-patch-verification: ON
56
*
57
* Local Variables:
58
* eval: (c-set-style "gnu")
59
* End:
60
*/
ipsec_input_next_t
ipsec_input_next_t
Definition:
ipsec_io.h:33
ip6_ipsec_config_t::spd_index
u32 spd_index
Definition:
ipsec_io.h:49
ipsec_output_next_t
ipsec_output_next_t
Definition:
ipsec_io.h:22
ip4_ipsec_config_t
Definition:
ipsec_io.h:42
u32
unsigned int u32
Definition:
types.h:88
ip4_ipsec_config_t::spd_index
u32 spd_index
Definition:
ipsec_io.h:44
ip6_ipsec_config_t
Definition:
ipsec_io.h:47
IPSEC_OUTPUT_N_NEXT
Definition:
ipsec_io.h:26
IPSEC_INPUT_N_NEXT
Definition:
ipsec_io.h:38
foreach_ipsec_input_next
#define foreach_ipsec_input_next
Definition:
ipsec_io.h:29
foreach_ipsec_output_next
#define foreach_ipsec_output_next
Definition:
ipsec_io.h:18
src
vnet
ipsec
ipsec_io.h
Generated on Wed Jul 15 2020 20:02:22 for FD.io VPP by
1.8.13