![]() |
FD.io VPP
v19.01.2-3-gf61a1a8
Vector Packet Processing
|
Include dependency graph for esp_decrypt.c:Go to the source code of this file.
Data Structures | |
| struct | esp_decrypt_trace_t |
Macros | |
| #define | foreach_esp_decrypt_next |
| #define | foreach_esp_decrypt_error |
| #define | foreach_esp_decrypt_post_error _(PKTS, "ESP post pkts") |
Enumerations | |
| enum | esp_decrypt_next_t { ESP_DECRYPT_N_NEXT, ESP_DECRYPT_N_NEXT } |
| enum | esp_decrypt_error_t { ESP_DECRYPT_N_ERROR, ESP_DECRYPT_N_ERROR } |
| enum | esp_decrypt_post_error_t { ESP_DECRYPT_POST_N_ERROR } |
Functions | |
| static u8 * | format_esp_decrypt_trace (u8 *s, va_list *args) |
| static uword | dpdk_esp_decrypt_inline (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame, int is_ip6) |
| VLIB_NODE_FN() | dpdk_esp4_decrypt_node (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame) |
| VLIB_NODE_FN() | dpdk_esp6_decrypt_node (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame) |
| static u8 * | format_esp_decrypt_post_trace (u8 *s, va_list *args) |
| static uword | dpdk_esp_decrypt_post_inline (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame, int is_ip6) |
| VLIB_NODE_FN() | dpdk_esp4_decrypt_post_node (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame) |
| VLIB_NODE_FN() | dpdk_esp6_decrypt_post_node (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame) |
Variables | |
| static char * | esp_decrypt_error_strings [] |
| vlib_node_registration_t | dpdk_esp4_decrypt_node |
| (constructor) VLIB_REGISTER_NODE (dpdk_esp4_decrypt_node) More... | |
| vlib_node_registration_t | dpdk_esp6_decrypt_node |
| (constructor) VLIB_REGISTER_NODE (dpdk_esp6_decrypt_node) More... | |
| static char * | esp_decrypt_post_error_strings [] |
| vlib_node_registration_t | dpdk_esp4_decrypt_post_node |
| (constructor) VLIB_REGISTER_NODE (dpdk_esp4_decrypt_post_node) More... | |
| vlib_node_registration_t | dpdk_esp6_decrypt_post_node |
| (constructor) VLIB_REGISTER_NODE (dpdk_esp6_decrypt_post_node) More... | |
| #define foreach_esp_decrypt_error |
Definition at line 41 of file esp_decrypt.c.
| #define foreach_esp_decrypt_next |
Definition at line 28 of file esp_decrypt.c.
| #define foreach_esp_decrypt_post_error _(PKTS, "ESP post pkts") |
Definition at line 452 of file esp_decrypt.c.
| enum esp_decrypt_error_t |
| Enumerator | |
|---|---|
| ESP_DECRYPT_N_ERROR | |
| ESP_DECRYPT_N_ERROR | |
Definition at line 53 of file esp_decrypt.c.
| enum esp_decrypt_next_t |
| Enumerator | |
|---|---|
| ESP_DECRYPT_N_NEXT | |
| ESP_DECRYPT_N_NEXT | |
Definition at line 34 of file esp_decrypt.c.
| Enumerator | |
|---|---|
| ESP_DECRYPT_POST_N_ERROR | |
Definition at line 455 of file esp_decrypt.c.
| VLIB_NODE_FN() dpdk_esp4_decrypt_node | ( | vlib_main_t * | vm, |
| vlib_node_runtime_t * | node, | ||
| vlib_frame_t * | from_frame | ||
| ) |
| VLIB_NODE_FN() dpdk_esp4_decrypt_post_node | ( | vlib_main_t * | vm, |
| vlib_node_runtime_t * | node, | ||
| vlib_frame_t * | from_frame | ||
| ) |
| VLIB_NODE_FN() dpdk_esp6_decrypt_node | ( | vlib_main_t * | vm, |
| vlib_node_runtime_t * | node, | ||
| vlib_frame_t * | from_frame | ||
| ) |
| VLIB_NODE_FN() dpdk_esp6_decrypt_post_node | ( | vlib_main_t * | vm, |
| vlib_node_runtime_t * | node, | ||
| vlib_frame_t * | from_frame | ||
| ) |
|
inlinestatic |
Definition at line 95 of file esp_decrypt.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 496 of file esp_decrypt.c.
Here is the call graph for this function:
Here is the caller graph for this function:| vlib_node_registration_t dpdk_esp4_decrypt_node |
(constructor) VLIB_REGISTER_NODE (dpdk_esp4_decrypt_node)
Definition at line 404 of file esp_decrypt.c.
| vlib_node_registration_t dpdk_esp4_decrypt_post_node |
(constructor) VLIB_REGISTER_NODE (dpdk_esp4_decrypt_post_node)
Definition at line 702 of file esp_decrypt.c.
| vlib_node_registration_t dpdk_esp6_decrypt_node |
(constructor) VLIB_REGISTER_NODE (dpdk_esp6_decrypt_node)
Definition at line 430 of file esp_decrypt.c.
| vlib_node_registration_t dpdk_esp6_decrypt_post_node |
(constructor) VLIB_REGISTER_NODE (dpdk_esp6_decrypt_post_node)
Definition at line 728 of file esp_decrypt.c.
|
static |
Definition at line 61 of file esp_decrypt.c.
|
static |
Definition at line 463 of file esp_decrypt.c.