![]() |
FD.io VPP
v21.06-1-gbb7418cf9
Vector Packet Processing
|
Include dependency graph for ipsec_input.c:Go to the source code of this file.
Data Structures | |
| struct | ipsec_input_trace_t |
Macros | |
| #define | foreach_ipsec_input_error |
Enumerations | |
| enum | ipsec_input_error_t { IPSEC_INPUT_N_ERROR } |
Functions | |
| static u8 * | format_ipsec_input_trace (u8 *s, va_list *args) |
| static ipsec_policy_t * | ipsec_input_policy_match (ipsec_spd_t *spd, u32 sa, u32 da, ipsec_spd_policy_type_t policy_type) |
| static ipsec_policy_t * | ipsec_input_protect_policy_match (ipsec_spd_t *spd, u32 sa, u32 da, u32 spi) |
| static uword | ip6_addr_match_range (ip6_address_t *a, ip6_address_t *la, ip6_address_t *ua) |
| static ipsec_policy_t * | ipsec6_input_protect_policy_match (ipsec_spd_t *spd, ip6_address_t *sa, ip6_address_t *da, u32 spi) |
| VLIB_NODE_FN() | ipsec4_input_node (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame) |
| VLIB_NODE_FN() | ipsec6_input_node (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame) |
Variables | |
| static char * | ipsec_input_error_strings [] |
| vlib_node_registration_t | ipsec4_input_node |
| (constructor) VLIB_REGISTER_NODE (ipsec4_input_node) More... | |
| vlib_node_registration_t | ipsec6_input_node |
| (constructor) VLIB_REGISTER_NODE (ipsec6_input_node) More... | |
| #define foreach_ipsec_input_error |
Definition at line 28 of file ipsec_input.c.
| enum ipsec_input_error_t |
| Enumerator | |
|---|---|
| IPSEC_INPUT_N_ERROR | |
Definition at line 35 of file ipsec_input.c.
Definition at line 61 of file ipsec_input.c.
|
inlinestatic |
| VLIB_NODE_FN() ipsec4_input_node | ( | vlib_main_t * | vm, |
| vlib_node_runtime_t * | node, | ||
| vlib_frame_t * | frame | ||
| ) |
| VLIB_NODE_FN() ipsec6_input_node | ( | vlib_main_t * | vm, |
| vlib_node_runtime_t * | node, | ||
| vlib_frame_t * | from_frame | ||
| ) |
|
inlinestatic |
Definition at line 158 of file ipsec_input.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
|
inlinestatic |
Definition at line 104 of file ipsec_input.c.
Here is the call graph for this function:
Here is the caller graph for this function:| vlib_node_registration_t ipsec4_input_node |
(constructor) VLIB_REGISTER_NODE (ipsec4_input_node)
Definition at line 460 of file ipsec_input.c.
| vlib_node_registration_t ipsec6_input_node |
(constructor) VLIB_REGISTER_NODE (ipsec6_input_node)
Definition at line 632 of file ipsec_input.c.
|
static |
Definition at line 43 of file ipsec_input.c.