![]() |
FD.io VPP
v19.08.1-401-g8e4ed521a
Vector Packet Processing
|
Include dependency graph for ipsec_if_in.c:Go to the source code of this file.
Data Structures | |
| struct | ipsec_if_input_trace_t |
Macros | |
| #define | foreach_ipsec_if_input_error |
Enumerations | |
| enum | ipsec_if_input_error_t { IPSEC_IF_INPUT_N_ERROR } |
Functions | |
| static u8 * | format_ipsec_if_input_trace (u8 *s, va_list *args) |
| static u16 | ipsec_ip4_if_no_tunnel (vlib_node_runtime_t *node, vlib_buffer_t *b, const esp_header_t *esp, const ip4_header_t *ip4, u16 offset) |
| static u16 | ipsec_ip6_if_no_tunnel (vlib_node_runtime_t *node, vlib_buffer_t *b, const esp_header_t *esp, u16 offset) |
| static uword | ipsec_if_input_inline (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame, int is_ip6) |
| VLIB_NODE_FN() | ipsec4_if_input_node (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame) |
| VLIB_NODE_FN() | ipsec6_if_input_node (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame) |
Variables | |
| static char * | ipsec_if_input_error_strings [] |
| vlib_node_registration_t | ipsec4_if_input_node |
| (constructor) VLIB_REGISTER_NODE (ipsec4_if_input_node) More... | |
| vlib_node_registration_t | ipsec6_if_input_node |
| (constructor) VLIB_REGISTER_NODE (ipsec6_if_input_node) More... | |
| #define foreach_ipsec_if_input_error |
Definition at line 28 of file ipsec_if_in.c.
| Enumerator | |
|---|---|
| IPSEC_IF_INPUT_N_ERROR | |
Definition at line 42 of file ipsec_if_in.c.
| VLIB_NODE_FN() ipsec4_if_input_node | ( | vlib_main_t * | vm, |
| vlib_node_runtime_t * | node, | ||
| vlib_frame_t * | from_frame | ||
| ) |
| VLIB_NODE_FN() ipsec6_if_input_node | ( | vlib_main_t * | vm, |
| vlib_node_runtime_t * | node, | ||
| vlib_frame_t * | from_frame | ||
| ) |
|
inlinestatic |
Definition at line 114 of file ipsec_if_in.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 79 of file ipsec_if_in.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 102 of file ipsec_if_in.c.
Here is the call graph for this function:
Here is the caller graph for this function:| vlib_node_registration_t ipsec4_if_input_node |
(constructor) VLIB_REGISTER_NODE (ipsec4_if_input_node)
Definition at line 685 of file ipsec_if_in.c.
| vlib_node_registration_t ipsec6_if_input_node |
(constructor) VLIB_REGISTER_NODE (ipsec6_if_input_node)
Definition at line 704 of file ipsec_if_in.c.
|
static |
Definition at line 36 of file ipsec_if_in.c.